class TrueClass

Public Instance Methods

truthy?() click to toggle source
# File lib/epitools/core_ext/truthiness.rb, line 35
def truthy?; true; end