Module: Softlayer::Boolean

Defined in:
lib/softlayer/boolean.rb

Instance Method Summary collapse

Instance Method Details

#new(value) ⇒ Object



3
4
5
# File 'lib/softlayer/boolean.rb', line 3

def new(value)
  return !!value
end