Class: Bundler::Source::Metadata

Inherits:
Object
  • Object
show all
Defined in:
lib/bundle_filter/metadata.rb

Instance Method Summary collapse

Instance Method Details

#install(spec, _opts = {}) ⇒ Object



2
3
4
5
# File 'lib/bundle_filter/metadata.rb', line 2

def install(spec, _opts = {})
  print_using_message "Using #{version_message(spec)}" unless BundleFilter::Configuration.pretty
  nil
end