Method: String#underscore

Defined in:
lib/roku_builder/string.rb

#underscoreObject



14
15
16
17
18
# File 'lib/roku_builder/string.rb', line 14

def underscore
  word = self.dup
  word.underscore!
  word
end