class Yard2steep::Type::TypeBase

Public Instance Methods

to_s() click to toggle source
# File lib/yard2steep/type/ast.rb, line 4
def to_s
  raise "Must be implemented in child class"
end