rename get_all_methods

This commit is contained in:
Torsten Ruger
2018-05-01 19:19:37 +03:00
parent dd2c2cb975
commit 06f51da8f1
4 changed files with 5 additions and 5 deletions

View File

@ -72,7 +72,7 @@ module Parfait
end
# all methods form all types
def collect_methods
def get_all_methods
methods = []
each_type do | type |
type.each_method do |meth|