Converts str to a boolean.
Converts str to a boolean. Returns true if not empty.
56 57 58
# File 'lib/mug/bool.rb', line 56 def to_b !empty? end