linked list of methods instead of list of methods

api changes slightly, especially for each, but mostly sama sama
This commit is contained in:
Torsten Ruger
2018-04-02 16:36:43 +03:00
parent ad497b34f1
commit fb29fb6431
10 changed files with 73 additions and 26 deletions

View File

@ -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