Method: Bluesky::PureComponent#initialize
- Defined in:
- lib/bluesky/pure_component.rb
#initialize(data = {}, delegate = nil) ⇒ PureComponent
Returns a new instance of PureComponent.
146 147 148 149 |
# File 'lib/bluesky/pure_component.rb', line 146 def initialize(data = {}, delegate = nil) @data = data @delegate = delegate end |