Class: DataFormatter::HashCollection
- Inherits:
-
Collection
- Object
- Collection
- DataFormatter::HashCollection
- Defined in:
- lib/data_formatter/hash_collection.rb
Instance Attribute Summary
Attributes inherited from Collection
Instance Method Summary collapse
Methods inherited from Collection
Constructor Details
This class inherits a constructor from DataFormatter::Collection
Instance Method Details
#close ⇒ Object
8 9 10 |
# File 'lib/data_formatter/hash_collection.rb', line 8 def close @close ||= Tag.new(css_class: "curly-bracket", content: "}") end |