Method: Patience::Area#pos=
- Defined in:
- lib/patience/area.rb
#pos=(pos) ⇒ Object
Sets the position of every pile in the area to the same value.
34 35 36 |
# File 'lib/patience/area.rb', line 34 def pos=(pos) piles.each { |pile| pile.pos = *pos } end |