module FPM::Fry::Plugin::Exclude

Public Instance Methods

exclude(*matches) click to toggle source
# File lib/fpm/fry/plugin/exclude.rb, line 12
def exclude(*matches)
  return if matches.none?
  input_hooks << Exclude.new(matches)
end