class BinData::Struct::Snapshot

:nodoc:
A hash that can be accessed via attributes.

def method_missing(symbol, *args)

:nodoc:
A hash that can be accessed via attributes.
def method_missing(symbol, *args)
  self[symbol.id2name] || super
end