Converts hsh to a boolean.
Converts hsh to a boolean. Returns true if not empty.
76 77 78
# File 'lib/mug/bool.rb', line 76 def to_b !empty? end