Class: TTYString::CSICode::LowM

Inherits:
TTYString::CSICode show all
Defined in:
lib/tty_string/csi_code_definitions.rb

Overview

leftovers:allow

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from TTYString::CSICode

default_arg

Methods inherited from TTYString::Code

char, descendants, inherited, #initialize

Constructor Details

This class inherits a constructor from TTYString::Code

Class Method Details

.arg_reObject



111
112
113
114
# File 'lib/tty_string/csi_code_definitions.rb', line 111

def self.arg_re
  # 0-255
  /(?:\d|\d\d|1\d\d|2[0-4]\d|25[0-5])?/
end

.render(renderer) ⇒ Object



116
117
118
# File 'lib/tty_string/csi_code_definitions.rb', line 116

def self.render(renderer)
  super if renderer.clear_style
end

Instance Method Details

#action(*args) ⇒ Object



120
# File 'lib/tty_string/csi_code_definitions.rb', line 120

def action(*args); end