Class: TrueClass

Inherits:
Object show all
Includes:
Opium::Boolean
Defined in:
lib/opium/extensions/true_class.rb

Instance Method Summary collapse

Methods included from Opium::Boolean::ClassMethods

#to_ruby

Instance Method Details

#to_boolObject



4
5
6
# File 'lib/opium/extensions/true_class.rb', line 4

def to_bool
  self
end