Class: TrueClass

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

Instance Method Summary collapse

Instance Method Details

#(other) ⇒ Object



11
12
13
# File 'lib/math_symbols/core_ext/boolean.rb', line 11

def (other)
  other
end

#(other) ⇒ Object Also known as:



6
7
8
# File 'lib/math_symbols/core_ext/boolean.rb', line 6

def (other)
  other
end

#(other) ⇒ Object



2
3
4
# File 'lib/math_symbols/core_ext/boolean.rb', line 2

def (other)
  !other
end