File Manager

Path: /opt/cpanel/ea-ruby27/root/usr/local/share/gems/gems/prism-1.9.0/rbi/prism/translation/

Viewing File: parser.rbi

# typed: strict

# We keep these shims in here because our client libraries might not have parser
# in their bundle.
module Parser; end
class Parser::Base; end

class Prism::Translation::Parser < Parser::Base
  sig { overridable.returns(Integer) }
  def version; end
end