DelegateHash doesn't respect indifferent access unless bound
Reported by bahuvrihi | March 5th, 2009 @ 06:38 PM
This is because the key gets used to store the config when the delegate is unbound. To truly solve this you might need to do something like:
unless bound?
delegate = delegates[key]
key, del = delegates.find do |key, value|
value == delegate
end
end
Nonsense.
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Class configurations that map to the command line.