Class: Gembrew::Commands::Shell

Inherits:
MisterBin::Command
  • Object
show all
Defined in:
lib/gembrew/commands/shell.rb

Instance Method Summary collapse

Instance Method Details

#runObject



14
15
16
# File 'lib/gembrew/commands/shell.rb', line 14

def run
  DockerShell.new.call pristine: args['--pristine']
end