class SlimLint::Matcher::Anything

Will match anything, acting as a wildcard.

Public Instance Methods

match?(*) click to toggle source

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

# File lib/slim_lint/matcher/anything.rb, line 7
def match?(*)
  true
end