Method: Bundler::CLI::Config::Base#warn_unused_scope
- Defined in:
- lib/bundler/cli/config.rb
permalink #warn_unused_scope(msg) ⇒ Object
[View source]
172 173 174 175 176 177 |
# File 'lib/bundler/cli/config.rb', line 172 def warn_unused_scope(msg) return unless explicit_scope? return if [:parseable] Bundler.ui.warn(msg) end |