Method: TTYString::Cursor#to_ary

Defined in:
lib/tty_string/cursor.rb

#to_aryObject Also known as: to_a



51
52
53
# File 'lib/tty_string/cursor.rb', line 51

def to_ary
  [row, col]
end