Class: Object

Inherits:
BasicObject
Defined in:
lib/burke/holder.rb

Instance Method Summary collapse

Instance Method Details

#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