# File lib/yard/parser/ruby/ast_node.rb, line 97
        def literal?
          @literal ||= type =~ /_literal$/ ? true : false
        end