Flowdock
add_plural_form(singular, plural) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rss/rss.rb, line 786
      def add_plural_form(singular, plural)
        self::PLURAL_FORMS[singular] = plural
      end
Register or log in to add new notes.