Method: OpenapiFirst::Utils.underscore
- Defined in:
- lib/openapi_first/utils.rb
.underscore(string) ⇒ Object
13 14 15 |
# File 'lib/openapi_first/utils.rb', line 13 def self.underscore(string) Hanami::Utils::String.underscore(string) end |