Module: Marz::Rsync::Configure

Included in:
Marz::Rsync
Defined in:
lib/marz/rsync/configure.rb

Constant Summary collapse

CONFIG_KEYS =
[
  :host
].freeze

Instance Method Summary collapse

Instance Method Details

#configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



11
12
13
# File 'lib/marz/rsync/configure.rb', line 11

def configure
  yield self
end