Method: Primer::Forms::Dsl::SelectInput#option
- Defined in:
- app/lib/primer/forms/dsl/select_input.rb
permalink #option(**system_arguments) ⇒ Object
[View source]
45 46 47 |
# File 'app/lib/primer/forms/dsl/select_input.rb', line 45 def option(**system_arguments) @options << Option.new(**system_arguments) end |