Method: Cuboid::Report#==

Defined in:
lib/cuboid/report.rb

#==(other) ⇒ Object



194
195
196
# File 'lib/cuboid/report.rb', line 194

def ==( other )
    hash == other.hash
end