Class: Symbol
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#to_underscore_sym ⇒ Object
61 62 63 |
# File 'lib/sbn/helpers.rb', line 61 def to_underscore_sym self.to_s.titleize.gsub(/\s+/, '').underscore.to_sym end |