Flowdock
add(group, members) public

No documentation

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

Hide source
# File lib/webrick/httpauth/htgroup.rb, line 56
      def add(group, members)
        @group[group] = members(group) | members
      end
Register or log in to add new notes.