Class: Kangaru::Inflectors::ScreamingSnakecaseInflector

Inherits:
SnakecaseInflector show all
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

#string

Instance Method Summary collapse

Methods inherited from Inflector

inflect, #initialize

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

#inflectObject



6
7
8
# File 'lib/kangaru/inflectors/screaming_snakecase_inflector.rb', line 6

def inflect
  super.upcase
end