Class: Ardb::RootPath

Inherits:
String
  • Object
show all
Defined in:
lib/ardb/root_path.rb

Instance Method Summary collapse

Constructor Details

#initialize(path_string) ⇒ RootPath

Returns a new instance of RootPath.



8
9
10
# File 'lib/ardb/root_path.rb', line 8

def initialize(path_string)
  super(Ardb.config.root_path.join(path_string).to_s)
end