module Dhall::Parser::NonreservedLabel
Public Instance Methods
value()
click to toggle source
# File lib/dhall/parser.rb, line 206 def value if captures.key?(:label) capture(:label).value else string end end