Method: ToProcInterface::Singleton::ClassMethods#call
- Defined in:
- lib/to_proc_interface/singleton.rb
#call ⇒ 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.
42 43 44 |
# File 'lib/to_proc_interface/singleton.rb', line 42 def call(...) instance.call(...) end |