Class: TrueClass

Inherits:
Object
  • Object
show all
Defined in:
lib/ex_aequo/base/to_proc/true_class.rb

Instance Method Summary collapse

Instance Method Details

#to_procObject



4
5
6
# File 'lib/ex_aequo/base/to_proc/true_class.rb', line 4

def to_proc
  ->(*) { true }
end