Class: AwsInventory::Presenter::Tab
- Defined in:
- lib/aws_inventory/presenters/tab.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from AwsInventory::Presenter::Base
Instance Method Details
#display ⇒ Object
2 3 4 5 6 |
# File 'lib/aws_inventory/presenters/tab.rb', line 2 def display data.each do |row| puts row.join("\t") end end |