Skip to content

Instantly share code, notes, and snippets.

@Sihui
Last active July 14, 2017 04:41
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/4d735f9662b7ef83a6d5c5c045cca047 to your computer and use it in GitHub Desktop.
Save Sihui/4d735f9662b7ef83a6d5c5c045cca047 to your computer and use it in GitHub Desktop.
Design Pattern: Template Method and Chipotle
class BenDietOrder < DietOrder
def vessel
Tacos
end
def meat
Carnitas
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment