# File lib/pickle/parser/matchers.rb, line 24
      def match_value
        "(?:\"#{match_quoted}\"|nil|true|false|[+-]?[0-9_]+(?:\\.\\d+)?)"
      end