Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/nukumber/helpers.rb
Instance Method Summary collapse
Instance Method Details
#nukesym ⇒ Object
2 3 4 |
# File 'lib/nukumber/helpers.rb', line 2 def nukesym self.downcase.gsub(/\W/, '_').to_sym end |