class BinData::Choice

def current_choice

def current_choice
  current_selection = selection
  @choices[current_selection] ||= instantiate_choice(current_selection)
end