Sha256: be1a692b88a17bef8c93f2a3c2d63567dbb14f309158aef14883c36fb1c3cd5a

Contents?: true

Size: 183 Bytes

Versions: 2

Compression:

Stored size: 183 Bytes

Contents

module Rsync
  module Configure
    VALID_OPTION_KEYS = [
      :host
    ].freeze

    attr_accessor *VALID_OPTION_KEYS
    
    def configure
      yield self
    end    
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rsync-1.0.9 lib/rsync/configure.rb
rsync-1.0.8 lib/rsync/configure.rb