Class: BinData::BasePrimitive

Inherits:
Object
  • Object
show all
Defined in:
lib/binproxy/proxy_message.rb

Direct Known Subclasses

Line, PascalString, Peek, Pointer

Instance Method Summary collapse

Instance Method Details

#annotated_snapshotObject



46
47
48
# File 'lib/binproxy/proxy_message.rb', line 46

def annotated_snapshot
  super.merge annotate_value(snapshot)
end