Sha256: 555ff5d4e4cb1153db1d9e803b1c78932f4e9263fefaec0be2803bdde44f4374

Contents?: true

Size: 139 Bytes

Versions: 10

Compression:

Stored size: 139 Bytes

Contents

# frozen_string_literal: true

module Maglev
  module Content
    class Void < Base
      def value
        ''
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
maglevcms-1.8.0 app/components/maglev/content/void.rb
maglevcms-1.7.3 app/components/maglev/content/void.rb
maglevcms-1.7.2 app/components/maglev/content/void.rb
maglevcms-1.7.1 app/components/maglev/content/void.rb
maglevcms-1.7.0 app/components/maglev/content/void.rb
maglevcms-1.6.1 app/components/maglev/content/void.rb
maglevcms-1.6.0 app/components/maglev/content/void.rb
maglevcms-1.5.1 app/components/maglev/content/void.rb
maglevcms-1.4.0 app/components/maglev/content/void.rb
maglevcms-1.3.0 app/components/maglev/content/void.rb