Sha256: 435d1b2ef31837f9f3e3163b0b2f0404e21a1881311590d0f98646c4b12e0230

Contents?: true

Size: 143 Bytes

Versions: 5

Compression:

Stored size: 143 Bytes

Contents

class Inventory::Presenter::Tab < Inventory::Presenter::Base
  def display
    @data.each do |row|
      puts row.join("\t")
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
aws-inventory-0.3.2 lib/inventory/presenters/tab.rb
aws-inventory-0.3.1 lib/inventory/presenters/tab.rb
aws-inventory-0.3.0 lib/inventory/presenters/tab.rb
aws-inventory-0.2.1 lib/inventory/presenters/tab.rb
aws-inventory-0.2.0 lib/inventory/presenters/tab.rb