Module: Yieldable::InstanceMethodsMixin

Defined in:
lib/yieldable.rb

Instance Method Summary collapse

Instance Method Details

#to_procObject



100
101
102
# File 'lib/yieldable.rb', line 100

def to_proc
  @to_proc ||= method(self.class.const_get(:YieldableMixin).method_name).to_proc
end