Sha256: d49877005be61ed345b2806ea60ada9a9fc1b124856156ba11c287d24f2ce65d
Contents?: true
Size: 242 Bytes
Versions: 9
Compression:
Stored size: 242 Bytes
Contents
# frozen_string_literal: true module Prism module Translation # This class is the entry-point for Ruby 3.4 of `Prism::Translation::Parser`. class Parser34 < Parser def version # :nodoc: 34 end end end end
Version data entries
9 entries across 9 versions & 1 rubygems