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



283
284
285
# File 'lib/tabula/core_ext.rb', line 283

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