Sha256: 9a20f0ce02bf963a0c09e0524d878c8bfd2dfec8ef07837d89af21c4eb51c5c2

Contents?: true

Size: 217 Bytes

Versions: 2

Compression:

Stored size: 217 Bytes

Contents

# encoding: UTF-8

module Bunto
  module Drops
    class ExcerptDrop < DocumentDrop
      def layout
        @obj.doc.data["layout"]
      end

      def excerpt
        nil
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bunto-3.4.5 lib/bunto/drops/excerpt_drop.rb
bunto-3.2.1 lib/bunto/drops/excerpt_drop.rb