ruby-xquery 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README +1 -1
- data/lib/libxml/xquery/uniqueness.rb +1 -1
- data/lib/libxml/xquery/version.rb +1 -1
- metadata +1 -1
data/README
CHANGED
@@ -56,7 +56,7 @@ module LibXML::XML::XQuery::Uniqueness
|
|
56
56
|
|
57
57
|
class << proxy
|
58
58
|
(instance_methods.map { |m| m.to_s } - DELEGATORS).each { |method|
|
59
|
-
undef_method(method) unless method =~ /\A__/
|
59
|
+
undef_method(method) unless method =~ /\A__/ || method == 'object_id'
|
60
60
|
}
|
61
61
|
|
62
62
|
def method_missing(*args)
|