Top Level Namespace
Defined Under Namespace
Modules: Binder Classes: Object, Proc
Instance Method Summary collapse
Instance Method Details
#Tell(obj, &block) ⇒ Object
1 2 3 |
# File 'lib/binder/tell.rb', line 1 def Tell(obj, &block) obj.instance_eval(&block) if block end |