Class: Kangaru::Inflectors::ScreamingSnakecaseInflector
- Inherits:
-
SnakecaseInflector
- Object
- Inflector
- SnakecaseInflector
- Kangaru::Inflectors::ScreamingSnakecaseInflector
- Defined in:
- lib/kangaru/inflectors/screaming_snakecase_inflector.rb
Constant Summary
Constants inherited from Inflector
Inflector::DEFAULT_GROUP_JOINER
Instance Attribute Summary
Attributes inherited from Inflector
Instance Method Summary collapse
Methods inherited from Inflector
Methods included from InflectorMacros
#filter_input_with, #inherited, #join_groups_with, #join_tokens_with, #post_process_with, #transform_tokens_with
Constructor Details
This class inherits a constructor from Kangaru::Inflectors::Inflector
Instance Method Details
#inflect ⇒ Object
6 7 8 |
# File 'lib/kangaru/inflectors/screaming_snakecase_inflector.rb', line 6 def inflect super.upcase end |