Class: Yard2steep::Type::AnyType

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

Instance Method Summary collapse

Instance Method Details

#to_sString

Returns:

  • (String)


11
12
13
# File 'lib/yard2steep/type/ast.rb', line 11

def to_s
  'any'
end