Module: Etheruby::Contract::ClassMethods

Defined in:
lib/etheruby/contract.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(sym, *args, &blk) ⇒ Object



23
24
25
# File 'lib/etheruby/contract.rb', line 23

def method_missing(sym, *args, &blk)
  self.instance.send(sym, *args, &blk)
end