Class: Colored2::BackgroundColor
- Defined in:
- lib/colored2/codes.rb
Instance Attribute Summary
Attributes inherited from Code
Instance Method Summary collapse
Methods inherited from TextColor
Methods inherited from Code
Constructor Details
This class inherits a constructor from Colored2::Code
Instance Method Details
#value ⇒ Object
61 62 63 |
# File 'lib/colored2/codes.rb', line 61 def value super(10) end |