Module: FPM::Fry::Plugin::Exclude

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

Defined Under Namespace

Classes: Exclude

Instance Method Summary collapse

Instance Method Details

#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