module DhallishGrammar::OptionalLiteral1
Public Instance Methods
to_node()
click to toggle source
# File lib/DhallishGrammar.rb, line 2236 def to_node() Dhallish::Ast::OptionalNode.new prefix.text_value, exp.to_node() end