diff --git a/lib/prism.rb b/lib/prism.rb index 8a2e7a61083168..b22d640b5d741d 100644 --- a/lib/prism.rb +++ b/lib/prism.rb @@ -44,7 +44,7 @@ module Prism # # For supported options, see Prism::parse. def self.lex_compat(source, **options) - LexCompat.new(source, **options).result + LexCompat.new(source, **options).result #: ParseResult[Array[[[Integer, Integer], Symbol, String, untyped]]] end # :call-seq: