# File lib/prawn/layout/grid.rb, line 172 def show(grid_color = "CCCCCC") self.bounding_box do pdf.stroke_color = grid_color pdf.text self.name pdf.stroke_bounds end end