Module: Dhall::Parser::HerePath

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



559
560
561
# File 'lib/dhall/parser.rb', line 559

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