Method: Object#bind
- Defined in:
- lib/ruby/jruby_hack.rb
#bind {|_self| ... } ⇒ Object
Yields self to a block argument
406 407 408 |
# File 'lib/ruby/jruby_hack.rb', line 406 def bind yield self end |
Yields self to a block argument
406 407 408 |
# File 'lib/ruby/jruby_hack.rb', line 406 def bind yield self end |