module Dhall::Parser::AbsolutePath

Public Instance Methods

value() click to toggle source
Calls superclass method
# File lib/dhall/parser.rb, line 621
def value
        Dhall::Import::AbsolutePath.new(*super)
end