Method: Ray::Polygon#pretty_print
- Defined in:
- lib/ray/polygon.rb
#pretty_print(q, other_attr = []) ⇒ Object
85 86 87 88 89 90 91 92 |
# File 'lib/ray/polygon.rb', line 85 def pretty_print(q, other_attr = []) attr = [ "filled?", "outlined?", "outline_width", "points" ] super q, attr + other_attr end |