class SlimLint::Matcher::Nothing

Does not match anything.

This is used in specs.

Public Instance Methods

match?(*) click to toggle source

@see {SlimLint::Matcher::Base#match?}

# File lib/slim_lint/matcher/nothing.rb, line 9
def match?(*)
  false
end