Method: Rustic::Config#repository

Defined in:
lib/rustic/config.rb

#repository(path = nil) ⇒ Object



17
18
19
20
21
# File 'lib/rustic/config.rb', line 17

def repository(path = nil)
  return @path if path.nil?

  @path = path
end