File Manager

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

Viewing File: serialize.rbs

module Prism
  module Serialize
    def self.load_parse: (String, String, bool) -> ParseResult
    def self.load_lex: (String, String, bool) -> LexResult
    def self.load_parse_comments: (String, String, bool) -> Array[comment]
    def self.load_parse_lex: (String, String, bool) -> ParseLexResult
  end
end