# File lib/clamp/truthy.rb, line 5
  def self.truthy?(arg)
    TRUTHY_VALUES.include?(arg.to_s.downcase)
  end