class Drydock::IgnorefileDefinition::Rule

Public Instance Methods

match?(test) click to toggle source
# File lib/drydock/ignorefile_definition.rb, line 7
def match?(test)
  File.fnmatch?(pattern, test)
end