Class: Yard2steep::Type::TypeBase

Inherits:
Object
  • Object
show all
Defined in:
lib/yard2steep/type/ast.rb

Direct Known Subclasses

AnyType, ArrayType, HashType, NormalType, UnionType

Instance Method Summary collapse

Instance Method Details

#to_sObject



4
5
6
# File 'lib/yard2steep/type/ast.rb', line 4

def to_s
  raise "Must be implemented in child class"
end