Method: ToProcInterface::Singleton::ClassMethods#to_proc

Defined in:
lib/to_proc_interface/singleton.rb

#to_procProc

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.

Returns:

  • (Proc)


38
39
40
# File 'lib/to_proc_interface/singleton.rb', line 38

def to_proc
  instance.to_proc
end