Method: PageMagic::Element::Selector::Model#initialize
- Defined in:
- lib/page_magic/element/selector/model.rb
#initialize(args, options = {}) ⇒ Model
Returns a new instance of Model.
10 11 12 13 |
# File 'lib/page_magic/element/selector/model.rb', line 10 def initialize(args, = {}) @args = args = end |