Method: CodeWeb::MethodList#each
- Defined in:
- lib/code_web/method_list.rb
#each(&block) ⇒ Object
46 47 48 49 50 |
# File 'lib/code_web/method_list.rb', line 46 def each(&block) collection.each do |n, c| yield MethodList.new(n,c) end end |