class Playbook::PbSelect::Select

def options_to_array

def options_to_array
  options.map { |option| [option[:value_text] || option[:value], option[:value]] }
end