Sha256: 99695af78207ebf70aecdcec4e3faa47e0ef11054ad8758f58d1b3ccdef702d3

Contents?: true

Size: 335 Bytes

Versions: 28

Compression:

Stored size: 335 Bytes

Contents

module Fortitude
  module Tags
    class PartialTagPlaceholder
      class << self
        def instance
          @instance ||= new
        end
      end

      def name
        :_fortitude_partial_placeholder
      end

      def validate_can_enclose!(widget, tag_object)
        # nothing here, always OK
      end
    end
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
fortitude-0.9.6-java lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.9.6 lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.9.5-java lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.9.5 lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.9.4-java lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.9.4 lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.9.3-java lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.9.3 lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.9.2-java lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.9.2 lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.9.1-java lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.9.1 lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.9.0-java lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.9.0 lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.0.10-java lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.0.10 lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.0.9-java lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.0.9 lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.0.7-java lib/fortitude/tags/partial_tag_placeholder.rb
fortitude-0.0.7 lib/fortitude/tags/partial_tag_placeholder.rb