Method: Celerity::Radio#initialize

Defined in:
lib/celerity/elements/radio_check.rb

#initialize(container, *args) ⇒ Radio

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Radio.



57
58
59
# File 'lib/celerity/elements/radio_check.rb', line 57

def initialize(container, *args)
  super(container, %w[radio], *args)
end