Method: YardTypes::Type#to_s

Defined in:
lib/yard_types/types.rb

#to_sString

Returns a YARD type string describing this type.

Returns:

  • (String)

    a YARD type string describing this type.



82
83
84
# File 'lib/yard_types/types.rb', line 82

def to_s
  name
end