Class: Chamomile::CursorPositionCommand

Inherits:
Data
  • Object
show all
Defined in:
lib/chamomile/commands.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colObject (readonly)

Returns the value of attribute col

Returns:

  • (Object)

    the current value of col



11
12
13
# File 'lib/chamomile/commands.rb', line 11

def col
  @col
end

#rowObject (readonly)

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



11
12
13
# File 'lib/chamomile/commands.rb', line 11

def row
  @row
end