#557 √ resolved
Dan Sully

More Ruby 1.8.5 compat

Reported by Dan Sully | September 9th, 2008 @ 01:30 PM

class Object # Available in 1.8.6 and later. unless respond_to?(:instance_variable_defined?)

def instance_variable_defined?(variable)
  instance_variables.include?(variable.to_s)
end

end end

(from http://github.com/rails/rails/tr...

Please make sure to do testing on 1.8.5!!!!!!

This is also in extlib

Comments and changes to this ticket

Please Login or create a free account to add a new comment.

You can update this ticket by sending an email to from your email client. (help)

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Shared Ticket Bins

People watching this ticket