Method: Dhall::Import::RelativePath#chain_onto
- Defined in:
- lib/dhall/ast.rb
#chain_onto(relative_to) ⇒ Object
1555 1556 1557 1558 1559 |
# File 'lib/dhall/ast.rb', line 1555 def chain_onto(relative_to) relative_to.with( path: relative_to.path[0..-2] + path ) end |