# File lib/facets/core/kernel/as.rb, line 50 def send_as( ancestor, sym, *args, &blk ) ancestor.instance_method(sym).bind(self).call(*args,&blk) end