Class: Dokaz::Formatter
- Inherits:
-
Object
show all
- Defined in:
- lib/dokaz/formatters.rb
Instance Method Summary
collapse
Instance Method Details
#finalize ⇒ Object
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
|