Skip to content

Commit 4ecca2b

Browse files
committed
Version 1.1.3.
1 parent 9dd2a4d commit 4ecca2b

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.2
1+
1.1.3

lib/rdf/rdfxml/reader/rexml.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,6 @@ def inner_text
152152
}.join
153153
end
154154

155-
##
156-
# Node type accessors
157-
#
158-
# @return [Boolean]
159-
def element?
160-
@node.is_a?(::REXML::Element)
161-
end
162-
163155
def attribute_nodes
164156
attrs = @node.attributes.dup.keep_if do |name, attr|
165157
!name.start_with?('xmlns')

0 commit comments

Comments
 (0)