6 7 8
# File 'lib/erudite/executable.rb', line 6 def self.run(io) Parser.parse(io).each { |example| puts format_example(example) } end