class BinData::Choice

def respond_to?(symbol, include_all = false) # :nodoc:

:nodoc:
def respond_to?(symbol, include_all = false) # :nodoc:
  current_choice.respond_to?(symbol, include_all) || super
end