class Yard2steep::Type::NormalType

Public Class Methods

new(type:) click to toggle source

@param [String] type

# File lib/yard2steep/type/ast.rb, line 18
def initialize(type:)
  @type = type
end

Public Instance Methods

to_s() click to toggle source
# File lib/yard2steep/type/ast.rb, line 22
def to_s
  @type
end