Methods

Clamp

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.