module Dhall::Parser::Path

Public Instance Methods

value() click to toggle source
# File lib/dhall/parser.rb, line 645
def value
        captures(:path_component).map(&:value)
end