17 18 19 20 21
# File 'lib/rustic/config.rb', line 17 def repository(path = nil) return @path if path.nil? @path = path end