module BinData::CopyOnChangePlugin
def get_previous_choice(selection)
def get_previous_choice(selection) if @last_selection && selection != @last_selection @choices[@last_selection] end end
def get_previous_choice(selection) if @last_selection && selection != @last_selection @choices[@last_selection] end end