Method: Command::Base#cp

Defined in:
lib/command/base.rb

#cpObject



549
550
551
# File 'lib/command/base.rb', line 549

def cp
  @cp ||= Controlplane.new(config)
end