rdf 0.1.6 → 0.1.6.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/rdf/query/solution.rb +1 -1
- data/lib/rdf/version.rb +1 -1
- metadata +2 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.6
|
1
|
+
0.1.6.1
|
data/lib/rdf/query/solution.rb
CHANGED
@@ -21,7 +21,7 @@ class RDF::Query
|
|
21
21
|
# solution.to_hash #=> {:mbox => "jrhacker@example.org", ...}
|
22
22
|
#
|
23
23
|
class Solution
|
24
|
-
undef_method *(instance_methods - %w(__id__ __send__ __class__ __eval__ instance_eval inspect class object_id))
|
24
|
+
undef_method *(instance_methods - %w(__id__ __send__ __class__ __eval__ instance_eval inspect class object_id is_a?))
|
25
25
|
|
26
26
|
include Enumerable
|
27
27
|
|
data/lib/rdf/version.rb
CHANGED