Class: Crowbar::Client::Formatter::Array
- Defined in:
- lib/crowbar/client/formatter/array.rb
Overview
Formatter to properly print out arrays in different formats
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Crowbar::Client::Formatter::Base
Instance Method Details
#empty? ⇒ Boolean
27 28 29 |
# File 'lib/crowbar/client/formatter/array.rb', line 27 def empty? [:values].empty? end |