Skip to content

Instantly share code, notes, and snippets.

@Sihui
Created July 16, 2017 22:26
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 Sihui/2c7027ce4be719fdf122d0616fba66bb to your computer and use it in GitHub Desktop.
Save Sihui/2c7027ce4be719fdf122d0616fba66bb to your computer and use it in GitHub Desktop.
Design Pattern: Decorator and Waffle
class BananaWaffle < WaffleDecorator
def topping
'banana'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment