lib/class_extensions.rb in reso-0.1.6.4 vs lib/class_extensions.rb in reso-0.1.6.5
- old
+ new
@@ -36,10 +36,9 @@
def unwrap_attribute
self.is_a?(Hash) ? (self['__content__'] ? self['__content__'] : self) : self
end
end
-
String.class_eval do
def drilldown drillee
[]
end
# Add to_bool method to String.