8 9 10
# File 'lib/ze.rb', line 8 def self.method_missing(method_name, *args, &block) self.new(method_name, *args, &block) end