class FalseClass

Public Instance Methods

to_bool() click to toggle source

Implementing to_bool operation that returns self. See the Boolean module for usage

# File lib/toolbox/boolean.rb, line 31
def to_bool
  self
end