Method: Object#to_fun
- Defined in:
- lib/functional.rb
#to_fun(meth = nil) ⇒ Object
23 24 25 |
# File 'lib/functional.rb', line 23 def to_fun meth = nil Functional.new self, meth end |
23 24 25 |
# File 'lib/functional.rb', line 23 def to_fun meth = nil Functional.new self, meth end |