Skip to content

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

Description

@zhimin

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 #

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions