Method: Aruba::Platforms::UnixPlatform#expand_path
- Defined in:
- lib/aruba/platforms/unix_platform.rb
#expand_path(path, base) ⇒ Object
Expand path
175 176 177 |
# File 'lib/aruba/platforms/unix_platform.rb', line 175 def (path, base) File.(path, base) end |