Module: Phlex::Callable Private
- Included in:
- CSV
- Defined in:
- lib/phlex/callable.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #to_proc ⇒ Object private
Instance Method Details
#to_proc ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
5 6 7 |
# File 'lib/phlex/callable.rb', line 5 def to_proc method(:call).to_proc end |