We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd2a4d commit 4ecca2bCopy full SHA for 4ecca2b
2 files changed
VERSION
@@ -1 +1 @@
1
-1.1.2
+1.1.3
lib/rdf/rdfxml/reader/rexml.rb
@@ -152,14 +152,6 @@ def inner_text
152
}.join
153
end
154
155
- ##
156
- # Node type accessors
157
- #
158
- # @return [Boolean]
159
- def element?
160
- @node.is_a?(::REXML::Element)
161
- end
162
-
163
def attribute_nodes
164
attrs = @node.attributes.dup.keep_if do |name, attr|
165
!name.start_with?('xmlns')
0 commit comments