Method: BinData::Base#clear

Defined in:
lib/bindata/base.rb

#clearObject

Resets the internal state to that of a newly created object.



137
138
139
# File 'lib/bindata/base.rb', line 137

def clear
  initialize_instance
end