Module: Yieldable::ToProcReader
- Defined in:
- lib/yieldable.rb
Instance Attribute Summary collapse
-
#to_proc ⇒ Object
readonly
Returns the value of attribute to_proc.
Instance Attribute Details
#to_proc ⇒ Object (readonly)
Returns the value of attribute to_proc.
69 70 71 |
# File 'lib/yieldable.rb', line 69 def to_proc @to_proc end |