class Readingme::TableProcessor
Constants
- STATE_TRANSITIONS
Public Class Methods
call(input=$stdin, output=$stdout)
click to toggle source
# File lib/readingme/table_processor.rb, line 6 def call input=$stdin, output=$stdout tab_proc = self.new input.each do |line| output.puts tab_proc.process_line(line) end end
Public Instance Methods
Private Instance Methods
change_state()
click to toggle source
process_table_line(line)
click to toggle source
start_stop()
click to toggle source
wrap(data)
click to toggle source