Method: Inflector.included

Defined in:
lib/jun/active_support/core_ext/string/inflector.rb

.included(base) ⇒ Object



2
3
4
# File 'lib/jun/active_support/core_ext/string/inflector.rb', line 2

def self.included(base)
  base.extend ClassMethods
end