Module: Dapp::Dimg::Dapp::Command::Bp

Included in:
Dapp
Defined in:
lib/dapp/dimg/dapp/command/bp.rb

Instance Method Summary collapse

Instance Method Details

#bpObject



6
7
8
9
# File 'lib/dapp/dimg/dapp/command/bp.rb', line 6

def bp
  bp_step(:build)
  bp_step(:push)
end

#bp_step(step, *args) ⇒ Object



11
12
13
# File 'lib/dapp/dimg/dapp/command/bp.rb', line 11

def bp_step(step, *args)
  log_step_with_indent(step) { send(step, *args) }
end