Class: RBI::Type::Anything
- Inherits:
-
Type
- Object
- Type
- RBI::Type::Anything
- Defined in:
- lib/rbi/type.rb
Overview
T.anything.
Instance Method Summary collapse
Instance Method Details
#normalize ⇒ Object
66 67 68 |
# File 'lib/rbi/type.rb', line 66 def normalize self end |
#simplify ⇒ Object
72 73 74 |
# File 'lib/rbi/type.rb', line 72 def simplify self end |
#to_rbi ⇒ Object
60 61 62 |
# File 'lib/rbi/type.rb', line 60 def to_rbi "::T.anything" end |