You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only after "require 'active_support'. __send__': super: no superclass methodknown?' for #Ruby::Identifier:0x18e6eb0(NoMethodError)
Env: Ruby 1.9.1 mingw32 preview1 on Windows XP
Rails 2.3.3, ripper2ruby 0.0.2
Test case (be aware of source formatting added by Github):
require 'ripper'
require 'ripper2ruby'
rspec_file = < 0
dir_tree.files.should include("Rakefile")
dir_tree.sub_dirs.size.should > 8
end
end
EOF
Ripper::RubyBuilder.build(rspec_file)
puts "OK"
require 'active_support'
Ripper::RubyBuilder.build(rspec_file)
# this will fail with super: no superclass method `known?' for #
The text was updated successfully, but these errors were encountered:
Only after "require 'active_support'.
__send__': super: no superclass method
known?' for #Ruby::Identifier:0x18e6eb0(NoMethodError)Env: Ruby 1.9.1 mingw32 preview1 on Windows XP
Rails 2.3.3, ripper2ruby 0.0.2
Test case (be aware of source formatting added by Github):
The text was updated successfully, but these errors were encountered: