linked list of methods instead of list of methods
api changes slightly, especially for each, but mostly sama sama
This commit is contained in:
@ -75,7 +75,7 @@ module Parfait
|
||||
def collect_methods
|
||||
methods = []
|
||||
each_type do | type |
|
||||
type.methods.each do |meth|
|
||||
type.each_method do |meth|
|
||||
methods << meth
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user