module BinData::CopyOnChangePlugin

def current_choice

def current_choice
  obj = super
  copy_previous_value(obj)
  obj
end