Module: Dhall::Parser::ParentPath
- Defined in:
- lib/dhall/parser.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
633 634 635 |
# File 'lib/dhall/parser.rb', line 633 def value Dhall::Import::RelativeToParentPath.new(*capture(:path).value) end |