Method: ArrayFormatter#process
- Defined in:
- lib/teuton/report/formatter/default/array.rb
#process(options = {}) ⇒ Object
10 11 12 13 14 |
# File 'lib/teuton/report/formatter/default/array.rb', line 10 def process( = {}) build_data() w @data.to_s # Write data into ouput file deinit end |