module Rsync::Configure

Constants

VALID_OPTION_KEYS

Public Instance Methods

configure() { |self| ... } click to toggle source
# File lib/rsync/configure.rb, line 9
def configure
  yield self
end