Skip to content

Instantly share code, notes, and snippets.

@mleszcz
Created May 16, 2018 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mleszcz/cb1d0b416e15438a119924d91377a8b7 to your computer and use it in GitHub Desktop.
Save mleszcz/cb1d0b416e15438a119924d91377a8b7 to your computer and use it in GitHub Desktop.
shapes = [ Rectangle.new, Square.new ]
shapes.each { |shape| shape.set_width(100) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment