class BinData::Base

def =~(other)

Override and delegate =~ as it is defined in Object.
def =~(other)
  snapshot =~ other
end