Method: FPM::Fry::Plugin::Exclude#exclude

Defined in:
lib/fpm/fry/plugin/exclude.rb

#exclude(*matches) ⇒ Object



12
13
14
15
# File 'lib/fpm/fry/plugin/exclude.rb', line 12

def exclude(*matches)
  return if matches.none?
  input_hooks << Exclude.new(matches)
end