Class: RBI::Type::Void
- Extended by:
- T::Sig
- Defined in:
- lib/rbi/type.rb
Overview
‘void`.
Instance Method Summary collapse
Methods inherited from RBI::Type
all, any, anything, attached_class, boolean, class_of, #eql?, generic, #hash, #initialize, #nilable, nilable, #nilable?, #non_nilable, noreturn, parse_node, parse_string, proc, #rbs_string, self_type, shape, simple, t_class, #to_s, tuple, type_parameter, untyped, void
Constructor Details
This class inherits a constructor from RBI::Type
Instance Method Details
#==(other) ⇒ Object
137 138 139 |
# File 'lib/rbi/type.rb', line 137 def ==(other) Void === other end |
#to_rbi ⇒ Object
142 143 144 |
# File 'lib/rbi/type.rb', line 142 def to_rbi "void" end |