Method: ActiveSupport::Inflector::Inflections::Uncountables#<<

Defined in:
activesupport/lib/active_support/inflector/inflections.rb

#<<(*word) ⇒ Object



44
45
46
# File 'activesupport/lib/active_support/inflector/inflections.rb', line 44

def <<(*word)
  add(word)
end