Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no superclass method `known?' for #<Ruby::Identifier> thrown when 'active_support' on Ruby 1.9.1 #2

Open
zhimin opened this issue Aug 6, 2009 · 0 comments

Comments

@zhimin
Copy link

zhimin commented Aug 6, 2009

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 #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant