Method: CodeWeb::MethodList#initialize
- Defined in:
- lib/code_web/method_list.rb
#initialize(name, collection) ⇒ MethodList
Returns a new instance of MethodList.
13 14 15 16 |
# File 'lib/code_web/method_list.rb', line 13 def initialize(name, collection) @name = name @collection = collection end |