You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know that I care. The entire purpose of this library is to deal with the fact that 1.8 doesn't have BasicObject. What does BlankSlate offer that BasicObject doesn't?
BlankSlates auto-defense will fail to work with 1.9, since 1.9 has only symbols in instance_methods, not strings. As a consequence, the line
https://github.com/masover/blankslate/blob/master/lib/blankslate.rb#L23
will prevent anything from happening in #hide.
The text was updated successfully, but these errors were encountered: