Class: Rectangle

Inherits:
Object
  • Object
show all
Defined in:
lib/tabula/core_ext.rb

Overview

used only in GetBounds2D in an intermediate step in HasCells#find_spreadsheets_from_cells

Instance Method Summary collapse

Instance Method Details

#inspectObject

java.awt.Rectangle



293
294
295
# File 'lib/tabula/core_ext.rb', line 293

def inspect
  "#<Rectangle dims:[x:#{x}, y:#{y}, w:#{width}, h:#{height}]>"
end