Method: Motion::Element#initialize
- Defined in:
- lib/motion/element.rb
#initialize(raw) ⇒ Element
Returns a new instance of Element.
13 14 15 |
# File 'lib/motion/element.rb', line 13 def initialize(raw) @raw = raw.freeze end |
Returns a new instance of Element.
13 14 15 |
# File 'lib/motion/element.rb', line 13 def initialize(raw) @raw = raw.freeze end |