Class: Rouge::Formatters::Terminal256::Unescape
Instance Attribute Summary
#style
Instance Method Summary
collapse
#bg, closest_color, color_index, #fg, get_rgb, xterm_colors
Constructor Details
Returns a new instance of Unescape.
166
|
# File 'lib/rouge/formatters/terminal256.rb', line 166
def initialize(*) end
|
Instance Method Details
#reset_string ⇒ Object
168
|
# File 'lib/rouge/formatters/terminal256.rb', line 168
def reset_string(*) '' end
|
#stream_value(val) {|val| ... } ⇒ Object
169
|
# File 'lib/rouge/formatters/terminal256.rb', line 169
def stream_value(val) yield val end
|
#style_string ⇒ Object
167
|
# File 'lib/rouge/formatters/terminal256.rb', line 167
def style_string(*) '' end
|