Module: TT::Formaters
Instance Method Summary collapse
Instance Method Details
#print(groups, format) ⇒ Object
5 6 7 8 9 10 |
# File 'lib/t_t/formaters.rb', line 5 def print(groups, format) case format when 'csv' then csv(groups) else stdout(groups) end end |