Sha256: b1429e74ebc6a494fe02bced3cd58eb6c7a205f14a44de050d13d9d483bd3cb1

Contents?: true

Size: 174 Bytes

Versions: 8

Compression:

Stored size: 174 Bytes

Contents

module Microformats2
  module Property
    class Embedded < Foundation
      def to_s
        @to_s ||= string_value || @element.inner_html.strip
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
microformats2-2.9.0 lib/microformats2/property/embedded.rb
microformats2-2.1.0 lib/microformats2/property/embedded.rb
microformats2-2.0.3 lib/microformats2/property/embedded.rb
microformats2-2.0.2 lib/microformats2/property/embedded.rb
microformats2-2.0.1 lib/microformats2/property/embedded.rb
microformats2-2.0.0 lib/microformats2/property/embedded.rb
microformats2-2.0.0.pre5 lib/microformats2/property/embedded.rb
microformats2-2.0.0.pre4 lib/microformats2/property/embedded.rb