Method: Libsql::Paths.spec_path
- Defined in:
- lib/libsql/paths.rb
.spec_path(*args) ⇒ Object
- returns
- String
-
The full expanded path of the
specdirectory below
root_dir. All parameters passed in are joined onto the result. Trailing File::SEPARATOR is guaranteed if _*args_ are not present.
69 70 71 |
# File 'lib/libsql/paths.rb', line 69 def self.spec_path(*args) self.sub_path("spec", *args) end |