Sha256: 2cefcd760e4c493b916fd34212419393c30ea737cc505c53fe4a364f4d097bba
Contents?: true
Size: 169 Bytes
Versions: 3
Compression:
Stored size: 169 Bytes
Contents
module ThreeScaleToolbox module CLI class NullPrinter def print_record(record) end def print_collection(collection) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
3scale_toolbox-1.0.1 | lib/3scale_toolbox/cli/null_printer.rb |
3scale_toolbox-1.0.0 | lib/3scale_toolbox/cli/null_printer.rb |
3scale_toolbox-0.20.0 | lib/3scale_toolbox/cli/null_printer.rb |