Libraries
»
tty_string
(0.1.0)
»
Index
»
TTYString
»
Cursor
»
#to_ary
Method: TTYString::Cursor#to_ary
Defined in:
lib/tty_string/cursor.rb
#
to_ary
⇒
Object
Also known as:
to_a
51 52 53
# File 'lib/tty_string/cursor.rb', line 51
def
to_ary
[
row
,
col
]
end