Method: Mrsk::Cli::Build#remove
- Defined in:
- lib/mrsk/cli/build.rb
#remove ⇒ Object
69 70 71 72 73 74 75 76 |
# File 'lib/mrsk/cli/build.rb', line 69 def remove mutating do run_locally do debug "Using builder: #{MRSK.builder.name}" execute *MRSK.builder.remove end end end |