Method: Cuboid::Data.clear

Defined in:
lib/cuboid/data.rb

.clearObject

Clears all data.



61
62
63
64
# File 'lib/cuboid/data.rb', line 61

def clear
    each { |_, state| state.clear }
    self
end