Method: Primer::Forms::Select#options
- Defined in:
- app/lib/primer/forms/select.rb
permalink #options ⇒ Object
[View source]
29 30 31 32 33 |
# File 'app/lib/primer/forms/select.rb', line 29 def @options ||= @input..map do |option| [option.label, option.value, option.system_arguments] end end |