Module: Dhall::Parser::ParentPath

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



565
566
567
# File 'lib/dhall/parser.rb', line 565

def value
  Dhall::Import::RelativeToParentPath.new(*capture(:path).value)
end