Method: Pod::Command::Plugins::Installed.options
- Defined in:
- lib/pod/command/plugins/installed.rb
.options ⇒ Object
15 16 17 18 19 |
# File 'lib/pod/command/plugins/installed.rb', line 15 def self. # Silent mode is meaningless for this command as # the command only purpose is to print information super.reject { |option, _| option == '--silent' } end |