48 49 50
# File 'lib/magic_cloud/rect.rb', line 48 def adjust(other) dup.tap { |d| d.adjust!(other) } end