Method: As#method_missing

Defined in:
lib/core/facets/kernel/as.rb

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



112
113
114
# File 'lib/core/facets/kernel/as.rb', line 112

def method_missing(sym, *args, &blk)
  @ancestor.instance_method(sym).bind(@subject).call(*args,&blk)
end