Method: MagicCloud::Rect#adjust

Defined in:
lib/magic_cloud/rect.rb

#adjust(other) ⇒ Object



48
49
50
# File 'lib/magic_cloud/rect.rb', line 48

def adjust(other)
  dup.tap { |d| d.adjust!(other) }
end