Class: Comet::Repeater::Probe
- Inherits:
-
Object
- Object
- Comet::Repeater::Probe
- Defined in:
- lib/comet-html/parser-repeater.rb
Class Method Summary collapse
Class Method Details
.evaluate(el, parent) ⇒ Object
11 12 13 |
# File 'lib/comet-html/parser-repeater.rb', line 11 def evaluate el, parent Repeater.new el, parent end |
.matches?(el) ⇒ Boolean
7 8 9 |
# File 'lib/comet-html/parser-repeater.rb', line 7 def matches? el !(el["repeat.for"].nil?) end |