Method: Object#to_b

Defined in:
lib/hash-utils/object.rb

#to_bObject



154
155
156
# File 'lib/hash-utils/object.rb', line 154

def to_b
    !!self
end