Class: FirstTest::Drawing
- Inherits:
-
Object
- Object
- FirstTest::Drawing
- Defined in:
- lib/first_test/drawing.rb
Instance Method Summary collapse
Instance Method Details
#draw ⇒ Object
3 4 5 |
# File 'lib/first_test/drawing.rb', line 3 def draw 5.times.map { single_draw } end |