Class: Ardb::RootPath
- Inherits:
-
String
- Object
- String
- Ardb::RootPath
- Defined in:
- lib/ardb/root_path.rb
Instance Method Summary collapse
-
#initialize(path_string) ⇒ RootPath
constructor
A new instance of RootPath.
Constructor Details
#initialize(path_string) ⇒ RootPath
Returns a new instance of RootPath.
9 10 11 |
# File 'lib/ardb/root_path.rb', line 9 def initialize(path_string) super(Ardb.config.root_path.join(path_string).to_s) end |