Method: RsyncConfig::Propertiable#properties_to_a

Defined in:
lib/rsync_config/propertiable.rb

#properties_to_aObject



58
59
60
# File 'lib/rsync_config/propertiable.rb', line 58

def properties_to_a
  properties.map { |key, value| "#{key} = #{value.to_s}" }
end