10 lines
139 B
Plaintext
10 lines
139 B
Plaintext
![]() |
# typed: strict
|
||
|
|
||
|
class Array
|
||
|
sig { returns(T.nilable(Elem)) }
|
||
|
def second; end
|
||
|
|
||
|
sig { returns(T.nilable(Elem)) }
|
||
|
def third; end
|
||
|
end
|