> >> Object.new.methods.include?('to_query')
> => false
> >> exitYou won't see it from IRB, because Rails extends Object with the methods. Try it from within 'script/console" -- it works for me in Rails 2.0.2 (not sure about 1.2.3--that's fairly outdated). -- Mark. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

