Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0.pre1, JRuby 1.6.7
Assignee: Unassigned
Components: Core Classes/Modules
Created: 22/Jun/12 6:17 AM
Description:

class X < BasicObject
def respond_to?(meth); false; end
end

X.new.respond_to?(:hello)

  1. => NoMethodError: undefined method `respond_to_missing?'
Project: JRuby
Priority: Minor Minor
Reporter: Bernard Lambeau
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to