struct

Athena::Console::Completion::Suggestions::SuggestedValue

Inherits Struct / Value / Object

Represents a single suggested values, plus optional description.

Constructors

new(value : String, description : String = "")
Source

Instance methods

clone
Source
copy_with(value _value = @value, description _description = @description)
Source
description
to_s(io : IO) : Nil

Same as #inspect(io).

Source
value