module Yieldable::InstanceMethodsMixin

Public Instance Methods

to_proc() click to toggle source
# File lib/yieldable.rb, line 100
def to_proc
  @to_proc ||= method(self.class.const_get(:YieldableMixin).method_name).to_proc
end