# File lib/parser/builders/default.rb, line 172 def character(char_t) n(:str, [ string_value(char_t) ], prefix_string_map(char_t)) end