# File lib/main/cast.rb, line 10
    def self.cast m, &b
      define_method m, &b
      export m
      List << m.to_s
    end