Module: Dhall::Parser::HerePath

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



607
608
609
# File 'lib/dhall/parser.rb', line 607

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