Method: Material::Components::Component#initialize
- Defined in:
- lib/material/concerns/components.rb
#initialize(**options, &block) ⇒ Component
Returns a new instance of Component.
58 59 60 61 |
# File 'lib/material/concerns/components.rb', line 58 def initialize(**, &block) @options = {} configure(**, &block) end |