Sha256: 1a69c83527b0fac04a5eb92a78a57127ea0b5d644e33a914688b23a46c4781c2
Contents?: true
Size: 359 Bytes
Versions: 29
Compression:
Stored size: 359 Bytes
Contents
module Capistrano class Error < RuntimeError; end class CaptureError < Error; end class NoSuchTaskError < Error; end class NoMatchingServersError < Error; end class RemoteError < Error attr_accessor :hosts end class ConnectionError < RemoteError; end class TransferError < RemoteError; end class CommandError < RemoteError; end end
Version data entries
29 entries across 29 versions & 8 rubygems