Method: CLI::UI.glyph
- Defined in:
- lib/cli/ui.rb
.glyph(handle) ⇒ Object
Glyph resolution using CLI::UI::Glyph.lookup Look at the method signature for Glyph.lookup for more details
Attributes
-
handle- handle of the glyph to resolve
: (String handle) -> Glyph
39 40 41 |
# File 'lib/cli/ui.rb', line 39 def glyph(handle) CLI::UI::Glyph.lookup(handle) end |