Class: GraphicalTestsForRails::GraphicArrayOrderings::GraphicOrderer
- Defined in:
- lib/graphical_tests_for_rails/orderings.rb
Overview
A graphic order takes a Graffle::Sheet in its constructor. The graphics method returns an array of Graffle::AbstractGraphic objects that represents an ordered sequence of parts of a test.
This abstract class only exists so there’s a place to hang this comment.
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#graphics ⇒ Object
20 |
# File 'lib/graphical_tests_for_rails/orderings.rb', line 20 def graphics; subclass_responsibility; end |