Method: Cuboid::Data.clear
- Defined in:
- lib/cuboid/data.rb
.clear ⇒ Object
Clears all data.
61 62 63 64 |
# File 'lib/cuboid/data.rb', line 61 def clear each { |_, state| state.clear } self end |
Clears all data.
61 62 63 64 |
# File 'lib/cuboid/data.rb', line 61 def clear each { |_, state| state.clear } self end |