Sha256: 48a7b49c907b6f0b53a07c08fcd42292fddc1423bfb4b2255ef4f8a6e4466ae0

Contents?: true

Size: 231 Bytes

Versions: 28

Compression:

Stored size: 231 Bytes

Contents

# frozen_string_literal: true

module SlimLint::Matcher
  # Does not match anything.
  #
  # This is used in specs.
  class Nothing < Base
    # @see {SlimLint::Matcher::Base#match?}
    def match?(*)
      false
    end
  end
end

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
slim_lint-0.31.1 lib/slim_lint/matcher/nothing.rb
slim_lint-0.31.0 lib/slim_lint/matcher/nothing.rb
slim_lint-0.30.0 lib/slim_lint/matcher/nothing.rb
slim_lint-0.29.0 lib/slim_lint/matcher/nothing.rb
slim_lint-0.28.0 lib/slim_lint/matcher/nothing.rb
slim_lint-0.27.0 lib/slim_lint/matcher/nothing.rb
slim_lint-0.26.0 lib/slim_lint/matcher/nothing.rb
slim_lint-0.25.0 lib/slim_lint/matcher/nothing.rb
slim_lint-0.24.0 lib/slim_lint/matcher/nothing.rb
slim_lint-0.23.0 lib/slim_lint/matcher/nothing.rb
slim_lint_standard-0.0.2.2 lib/slim_lint/matcher/nothing.rb
slim_lint_standard-0.0.2.1 lib/slim_lint/matcher/nothing.rb
slim_lint_standard-0.0.2 lib/slim_lint/matcher/nothing.rb
slim_lint_standard-0.0.1 lib/slim_lint/matcher/nothing.rb
slim_lint_standard-0.0.0 lib/slim_lint/matcher/nothing.rb
slim_lint-0.22.1 lib/slim_lint/matcher/nothing.rb
slim_lint-0.22.0 lib/slim_lint/matcher/nothing.rb
slim_lint-0.21.1 lib/slim_lint/matcher/nothing.rb
slim_lint-0.21.0 lib/slim_lint/matcher/nothing.rb
slim_lint-0.20.2 lib/slim_lint/matcher/nothing.rb