Sha256: cc6eba52cf96c1da40fe9d13d9525635f1dd3439738936b9b0e7ff80170b8a8b

Contents?: true

Size: 158 Bytes

Versions: 3

Compression:

Stored size: 158 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
microformats2-2.0.0.pre3 lib/microformats2/property/embedded.rb
microformats2-2.0.0.pre2 lib/microformats2/property/embedded.rb
microformats2-2.0.0.pre1 lib/microformats2/property/embedded.rb