Module: Dhall::Parser::AbsolutePath
- Defined in:
- lib/dhall/parser.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
621 622 623 |
# File 'lib/dhall/parser.rb', line 621 def value Dhall::Import::AbsolutePath.new(*super) end |