move ruby_method out of rubyx

ruby getting ready for destruction as it’s not used anymore
This commit is contained in:
Torsten Ruger
2017-08-31 16:11:06 +03:00
parent d5a63ec431
commit 0b161ffa06
5 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@ module Vool
def test_creates_method_in_class
method = create_method
assert method , "No method created"
assert_equal Rubyx::RubyMethod , method.class
assert_equal Vool::VoolMethod , method.class
end