Method: Object#instance_exec
- Defined in:
- lib/burke/holder.rb
#instance_exec(*arguments, &block) ⇒ Object
18 19 20 |
# File 'lib/burke/holder.rb', line 18 def instance_exec(*arguments, &block) block.bind(self)[*arguments] end |
18 19 20 |
# File 'lib/burke/holder.rb', line 18 def instance_exec(*arguments, &block) block.bind(self)[*arguments] end |