Class: Crowbar::Client::Formatter::Array
- Defined in:
- lib/crowbar/client/formatter/array.rb
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
24 25 26 |
# File 'lib/crowbar/client/formatter/array.rb', line 24 def empty? [:values].empty? end |