class Object
Public Instance Methods
method_missing(meth, *args, &blk)
click to toggle source
# File lib/mruby_app/mruby/main.rb, line 2 def method_missing(meth, *args, &blk) raise NoMethodError, "Undefined method '#{meth}' for #{self.class} - #{self.inspect}" end