Libraries
»
hackeroo
(0.1.0)
»
Index
»
Hackeroo
»
Cursor
»
#first?
Method: Hackeroo::Cursor#first?
Defined in:
lib/hackeroo/cursor.rb
#
first?
⇒
Boolean
Also known as:
first
Returns:
(
Boolean
)
75 76 77
# File 'lib/hackeroo/cursor.rb', line 75
def
first?
previous_cursor
.
zero?
end