class Tkn2::ANSIReader::Remover

Public Instance Methods

char(c) click to toggle source
# File lib/tkn2/ansi_reader.rb, line 62
def char(c)
  string << c
end
code(c) click to toggle source
# File lib/tkn2/ansi_reader.rb, line 59
def code(c)
end
remove(content) click to toggle source
# File lib/tkn2/ansi_reader.rb, line 54
def remove(content)
  parse(content)
  string
end
string() click to toggle source
# File lib/tkn2/ansi_reader.rb, line 66
def string
  @string ||= ''
end