Class: TTYHue::TermColor::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/ttyhue/term_color.rb

Direct Known Subclasses

Gui, Theme

Instance Method Summary collapse

Instance Method Details

#inspectObject



29
30
31
# File 'lib/ttyhue/term_color.rb', line 29

def inspect
  "#<TermColor @name=#{color_name} @tag=#{tag_name}>"
end