Method: TrueClass#to_s

Defined in:
lib/true_class.rb

#to_sObject



5
6
7
# File 'lib/true_class.rb', line 5

def to_s
  Sail::ConstantCollection::TRUE
end