Class: TTYString::CSICode
- Defined in:
- lib/tty_string/csi_code.rb,
lib/tty_string/csi_code_definitions.rb
Defined Under Namespace
Classes: A, B, C, D, E, F, G, H, J, K, LowF, LowH, LowL, LowM, S, T, Tilde
Class Method Summary collapse
Methods inherited from Code
#action, char, descendants, inherited, #initialize, render
Constructor Details
This class inherits a constructor from TTYString::Code
Class Method Details
.default_arg(value = nil) ⇒ Object
8 9 10 11 |
# File 'lib/tty_string/csi_code.rb', line 8 def default_arg(value = nil) @default_arg ||= value @default_arg || 1 end |