Method: String#underscore

Defined in:
lib/awspec/ext/string.rb

#underscoreObject

[View source]

12
13
14
# File 'lib/awspec/ext/string.rb', line 12

def underscore
  Dry::Inflector.new.underscore(self)
end