check for redefining of methods and forbid
causing some test problems, but better that way (until it's done right off course)
This commit is contained in:
@ -6,11 +6,6 @@ module RubyX
|
||||
include MacroHelper
|
||||
def source
|
||||
<<GET
|
||||
class Space
|
||||
def main(arg)
|
||||
return
|
||||
end
|
||||
end
|
||||
class Object
|
||||
def method_missing(at)
|
||||
X.method_missing(:r1)
|
||||
|
Reference in New Issue
Block a user