class MarsBase10::VariableBothPane

Public Instance Methods

last_col() click to toggle source
# File lib/mars_base_10/pane.rb, line 181
def last_col
  self.viewport.max_cols - self.left_edge_col
end
last_row() click to toggle source
# File lib/mars_base_10/pane.rb, line 185
def last_row
  self.viewport.max_rows - self.top_row
end