Sha256: d428d3c432d7efab7764f4518370c3b76bf01c6298f00438bfdf37394814b74f

Contents?: true

Size: 179 Bytes

Versions: 5

Compression:

Stored size: 179 Bytes

Contents

require 'nokogiri'

module Nokogiri
  module XML
    class Attr < Node

      def similar?(other)
        super(other) && (self.value == other.value)
      end

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ronin-web-0.2.1 lib/ronin/web/extensions/nokogiri/xml/attr.rb
ronin-web-0.2.0 lib/ronin/web/extensions/nokogiri/xml/attr.rb
ronin-web-0.1.3 lib/ronin/web/extensions/nokogiri/xml/attr.rb
ronin-web-0.1.2 lib/ronin/web/extensions/nokogiri/xml/attr.rb
ronin-web-0.1.1 lib/ronin/web/extensions/nokogiri/xml/attr.rb