diff --git a/test/rubyx/helper.rb b/test/rubyx/helper.rb index 78b384c6..3f91a123 100644 --- a/test/rubyx/helper.rb +++ b/test/rubyx/helper.rb @@ -1,18 +1 @@ require_relative '../helper' - -module Rubyx - module CompilerHelper - - def in_Test(statements) - "class Test ; #{statements} ; end" - end - - def in_Space(statements) - "class Space ; #{statements} ; end" - end - - def as_main(statements) - in_Space("def main ; #{statements}; end") - end - end -end