Method: CodeWeb::MethodList.group_by

Defined in:
lib/code_web/method_list.rb

.group_by(collection, name) ⇒ Object



56
57
58
# File 'lib/code_web/method_list.rb', line 56

def self.group_by(collection, name)
  MethodList.new(nil, collection).group_by(name)
end