Class: Document::Record
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Document::Record
- Defined in:
- lib/mt940parser/node_extensions.rb
Instance Method Summary collapse
Instance Method Details
#to_hash ⇒ Object
40 41 42 |
# File 'lib/mt940parser/node_extensions.rb', line 40 def to_hash elements.select{ |e| e.class == Document::Transactions }.flat_map(&:to_hash) end |