class FPM::Fry::Plugin::Exclude::Exclude
Public Instance Methods
call(_, package)
click to toggle source
# File lib/fpm/fry/plugin/exclude.rb, line 6 def call(_, package) (package.attributes[:excludes] ||= []).push(*matches) end