Class: CIHelper::Commands::BundlerAudit
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- CIHelper::Commands::BundlerAudit
- Defined in:
- lib/ci_helper/commands/bundler_audit.rb
Instance Method Summary collapse
Methods inherited from BaseCommand
call!, #execute, #execute_with_env, #initialize, process_stdout
Constructor Details
This class inherits a constructor from CIHelper::Commands::BaseCommand
Instance Method Details
#call ⇒ Object
6 7 8 |
# File 'lib/ci_helper/commands/bundler_audit.rb', line 6 def call execute(audit_cmd) end |