Class: Hm

Inherits:
Object show all
Defined in:
lib/whatthegem/core_ext.rb

Class Method Summary collapse

Class Method Details

.to_procObject



27
28
29
# File 'lib/whatthegem/core_ext.rb', line 27

def self.to_proc
  proc { |val| new(val) }
end