Class: Reru::Event
- Inherits:
-
Object
- Object
- Reru::Event
- Defined in:
- lib/reru/event.rb
Instance Method Summary collapse
Instance Method Details
#eos? ⇒ Boolean
2 |
# File 'lib/reru/event.rb', line 2 def eos? ; false ; end |
#next? ⇒ Boolean
3 |
# File 'lib/reru/event.rb', line 3 def next? ; false ; end |
#value? ⇒ Boolean
4 |
# File 'lib/reru/event.rb', line 4 def value? ; false ; end |