Class: String

Inherits:
Object show all
Defined in:
lib/to_bool.rb

Instance Method Summary collapse

Instance Method Details

#to_boolObject Also known as: to_boolean



2
3
4
# File 'lib/to_bool.rb', line 2

def to_bool
  %w{ 1 true yes t y }.include? self.downcase
end