Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/safebool.rb

Instance Method Summary collapse

Instance Method Details

#to_bObject Also known as: to_bool



100
# File 'lib/safebool.rb', line 100

def to_b() to_s.to_b; end