Method: Lookbook::Component#initialize
- Defined in:
- lib/lookbook/component.rb
#initialize(name) ⇒ Component
Returns a new instance of Component.
5 6 7 8 |
# File 'lib/lookbook/component.rb', line 5 def initialize(name) @name = name super(path) end |