Method: Dao::InstanceExec.extend_object
- Defined in:
- lib/dao/instance_exec.rb
.extend_object(other) ⇒ Object
33 34 35 36 |
# File 'lib/dao/instance_exec.rb', line 33 def InstanceExec.extend_object(other) other.instance_eval(&Code) super end |