Module: Rsync::Configure
- Included in:
- Rsync
- Defined in:
- lib/rsync/configure.rb
Constant Summary collapse
- VALID_OPTION_KEYS =
[ :host ].freeze
Instance Method Summary collapse
Instance Method Details
#configure {|_self| ... } ⇒ Object
9 10 11 |
# File 'lib/rsync/configure.rb', line 9 def configure yield self end |