Class: Gembrew::Commands::Shell
- Inherits:
-
MisterBin::Command
- Object
- MisterBin::Command
- Gembrew::Commands::Shell
- Defined in:
- lib/gembrew/commands/shell.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
14 15 16 |
# File 'lib/gembrew/commands/shell.rb', line 14 def run DockerShell.new.call pristine: args['--pristine'] end |