Class: TrueClass

Inherits:
Object
  • Object
show all
Defined in:
lib/wnm_support/core_ext/to_boolean.rb,
lib/wnm_support/core_ext/to_integer.rb

Instance Method Summary collapse

Instance Method Details

#to_bObject Also known as: to_bool



10
11
12
# File 'lib/wnm_support/core_ext/to_boolean.rb', line 10

def to_b
  self
end

#to_iObject Also known as: to_integer



2
3
4
# File 'lib/wnm_support/core_ext/to_integer.rb', line 2

def to_i
  1
end