Class: Dokaz::Formatter

Inherits:
Object
  • Object
show all
Defined in:
lib/dokaz/formatters.rb

Direct Known Subclasses

ShowcaseFormatter, SpecFormatter

Instance Method Summary collapse

Instance Method Details

#finalizeObject



12
13
# File 'lib/dokaz/formatters.rb', line 12

def finalize
end

#finish_block(block) ⇒ Object



9
10
# File 'lib/dokaz/formatters.rb', line 9

def finish_block(block)
end

#output(code, res, out) ⇒ Object



15
16
# File 'lib/dokaz/formatters.rb', line 15

def output(code, res, out)
end

#output_err(code, e) ⇒ Object



18
19
# File 'lib/dokaz/formatters.rb', line 18

def output_err(code, e)
end

#start_block(block) ⇒ Object



6
7
# File 'lib/dokaz/formatters.rb', line 6

def start_block(block)
end