Sha256: 656baca370755de5092a64e50ee8d121a5d1884c9ba5f86a4995397abcc7ecac
Contents?: true
Size: 222 Bytes
Versions: 143
Compression:
Stored size: 222 Bytes
Contents
# frozen_string_literal: true # :nodoc: class ExampleToggleSwitchForm < Primer::Forms::ToggleSwitchForm def initialize(**system_arguments) super(name: :example_field, label: "Example", **system_arguments) end end
Version data entries
143 entries across 143 versions & 2 rubygems