class TrueClass

# begin_documentation TrueClass will be changed just by including this file or requiring rubyment, which is not the best approach, but kept to respect the open/closed principle, but new functions should NOT be added here. # end_documentation

Public Instance Methods

false?() click to toggle source

returns false (purpose of simplifying functional programming)

# File lib/rubyment.rb, line 15
def false?
  false
end