Module: ActiveSupport::Inflector
- Defined in:
- sig/external.rbs
Class Method Summary collapse
- .camelize ⇒ String
- .classify ⇒ String
- .dasherize ⇒ String
- .demodulize ⇒ String
- .pluralize ⇒ String
- .underscore ⇒ String
Class Method Details
.camelize ⇒ String
15 |
# File 'sig/external.rbs', line 15
def self.camelize: (String, ?bool) -> String
|
.classify ⇒ String
18 |
# File 'sig/external.rbs', line 18
def self.classify: (String) -> String
|
.dasherize ⇒ String
16 |
# File 'sig/external.rbs', line 16
def self.dasherize: (String) -> String
|
.demodulize ⇒ String
19 |
# File 'sig/external.rbs', line 19
def self.demodulize: (String) -> String
|
.pluralize ⇒ String
20 |
# File 'sig/external.rbs', line 20
def self.pluralize: (String) -> String
|
.underscore ⇒ String
17 |
# File 'sig/external.rbs', line 17
def self.underscore: (String) -> String
|