Method: Pod::Command::Plugins::Installed.options

Defined in:
lib/pod/command/plugins/installed.rb

.optionsObject



15
16
17
18
19
# File 'lib/pod/command/plugins/installed.rb', line 15

def self.options
  # Silent mode is meaningless for this command as
  # the command only purpose is to print information
  super.reject { |option, _| option == '--silent' }
end