Sha256: 2ccb19ab4883a6e748c3dbe802d96b6d2d7f0c7beaf37a4b21cb85d779f76427

Contents?: true

Size: 309 Bytes

Versions: 25

Compression:

Stored size: 309 Bytes

Contents

# frozen_string_literal: true

module PlatformosCheck
  module Tags
    class SpamProtection < Base
      class ParseTreeVisitor < Liquid::ParseTreeVisitor
        def children
          [
            @node.value_expr
          ].compact + @node.attributes_expr.values
        end
      end
    end
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
platformos-check-0.2.0 lib/platformos_check/tags/spam_protection.rb
platformos-check-0.1.0 lib/platformos_check/tags/spam_protection.rb
platformos-check-0.0.3 lib/platformos_check/tags/spam_protection.rb
platformos-check-0.0.2 lib/platformos_check/tags/spam_protection.rb
platformos-check-0.0.1 lib/platformos_check/tags/spam_protection.rb