class Primer::Forms::Dsl::SelectInput

def option(**system_arguments)

def option(**system_arguments)
  @options << Option.new(**system_arguments)
end