lib/rocket_job/batch/tabular.rb in rocketjob-5.4.1 vs lib/rocket_job/batch/tabular.rb in rocketjob-6.0.0.rc1
- old
+ new
@@ -10,9 +10,11 @@
# main: IOStreams::Tabular.new(columns: main_file_headers, format: tabular_output_format),
# exceptions: IOStreams::Tabular.new(columns: exception_file_headers, format: tabular_output_format)
# )
#
# tabular.render(row)
+ #
+ # @deprecated
class Tabular
autoload :Input, "rocket_job/batch/tabular/input"
autoload :Output, "rocket_job/batch/tabular/output"
def initialize(map)