class BinData::Base

def clear

Resets the internal state to that of a newly created object.
def clear
  initialize_instance
end