Method: RBI::Type#initialize
- Defined in:
- lib/rbi/type.rb
#initialize ⇒ Type
: -> void
695 696 697 |
# File 'lib/rbi/type.rb', line 695 def initialize @nilable = T.let(false, T::Boolean) end |
: -> void
695 696 697 |
# File 'lib/rbi/type.rb', line 695 def initialize @nilable = T.let(false, T::Boolean) end |