17
# File 'lib/puzzle_generator/chain.rb', line 17 def <=> rhs; @data <=> rhs.instance_variable_get('@data'); end