Remove dead code

This commit is contained in:
Markus Schirp 2012-07-23 23:01:04 +02:00
parent dd34e29ce9
commit 3caf012eb9

View file

@ -43,10 +43,6 @@ module Mutant
def scope
TABLE.fetch(scope_name)
end
def method
scope.method(method_name)
end
end
end
end