bit of refactoring

This commit is contained in:
Torsten Ruger
2018-06-27 17:09:50 +03:00
parent f0ba863721
commit 2e086a78e2
6 changed files with 39 additions and 30 deletions

View File

@ -25,7 +25,7 @@ module Parfait
end
def add_instance_method( method )
raise "not implemented #{method.class} #{method.inspect}" unless method.is_a? RubyMethod
raise "not implemented #{method.class} #{method.inspect}" unless method.is_a? VoolMethod
method
end