Class: Logue::HashElement

Inherits:
EnumerableElement show all
Defined in:
lib/logue/elements/hash_element.rb

Instance Attribute Summary

Attributes inherited from Element

#object

Attributes inherited from BaseElement

#context, #writer

Instance Method Summary collapse

Methods inherited from EnumerableElement

#write_enumerator

Methods inherited from Element

#initialize

Methods inherited from BaseElement

#initialize, #write_line, #write_msg_object

Constructor Details

This class inherits a constructor from Logue::Element

Instance Method Details

#write_elementObject



5
6
7
# File 'lib/logue/elements/hash_element.rb', line 5

def write_element
  write_enumerator @object.each
end