Method: Ze.method_missing

Defined in:
lib/ze.rb

.method_missing(method_name, *args, &block) ⇒ Object



8
9
10
# File 'lib/ze.rb', line 8

def self.method_missing(method_name, *args, &block)
  self.new(method_name, *args, &block)
end