Class: BinData::Array
- Inherits:
-
Object
- Object
- BinData::Array
- Defined in:
- lib/binproxy/proxy_message.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#annotated_snapshot ⇒ Object
59 60 61 |
# File 'lib/binproxy/proxy_message.rb', line 59 def annotated_snapshot super.merge contents: elements.map { |el| el.annotated_snapshot }, contents_type: :array end |