[ruby/prism] More precise types for NodeListField in prism.rbi
https://github.com/ruby/prism/commit/b7959295e9
This commit is contained in:
parent
2143789a33
commit
7167346461
@ -157,7 +157,7 @@ module Prism
|
|||||||
end
|
end
|
||||||
|
|
||||||
def rbi_class
|
def rbi_class
|
||||||
"T::Array[Prism::Node]"
|
"T::Array[Prism::#{ruby_type}]"
|
||||||
end
|
end
|
||||||
|
|
||||||
def java_type
|
def java_type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user