Method: String#underscore
- Defined in:
- lib/awspec/ext/string.rb
permalink #underscore ⇒ Object
[View source]
12 13 14 |
# File 'lib/awspec/ext/string.rb', line 12 def underscore Dry::Inflector.new.underscore(self) end |
12 13 14 |
# File 'lib/awspec/ext/string.rb', line 12 def underscore Dry::Inflector.new.underscore(self) end |