Class: Parlour::Types::Untyped
Overview
The explicit lack of a type.
Instance Method Summary collapse
Methods inherited from Type
Instance Method Details
#==(other) ⇒ Object
      483 484 485  | 
    
      # File 'lib/parlour/types.rb', line 483 def ==(other) Untyped === other end  | 
  
#describe ⇒ Object
      498 499 500  | 
    
      # File 'lib/parlour/types.rb', line 498 def describe "untyped" end  | 
  
#generate_rbi ⇒ Object
      488 489 490  | 
    
      # File 'lib/parlour/types.rb', line 488 def generate_rbi "T.untyped" end  | 
  
#generate_rbs ⇒ Object
      493 494 495  | 
    
      # File 'lib/parlour/types.rb', line 493 def generate_rbs "untyped" end  |