Class: Attentive::Cursor::Eof
- Inherits:
-
Object
- Object
- Attentive::Cursor::Eof
- Defined in:
- lib/attentive/cursor.rb
Instance Method Summary collapse
Instance Method Details
#eof? ⇒ Boolean
56 57 58 |
# File 'lib/attentive/cursor.rb', line 56 def eof? true end |
#whitespace? ⇒ Boolean
52 53 54 |
# File 'lib/attentive/cursor.rb', line 52 def whitespace? false end |