module Bizbool::Symbol

Public Instance Methods

to_b() click to toggle source
# File lib/bizbool/symbols.rb, line 2
def to_b
  self.to_s.to_b
end