mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
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
|