Skip to content

Instantly share code, notes, and snippets.

@joseluistorres
Last active January 3, 2016 07:09
Show Gist options
  • Select an option

  • Save joseluistorres/8427378 to your computer and use it in GitHub Desktop.

Select an option

Save joseluistorres/8427378 to your computer and use it in GitHub Desktop.
Herencia - Parte 2
class Taco
#…
def verdura
if @sabor==‘pastor’
{ cebolla: cebolla,
:cilantro cilantro}
else
{cebolla: cebolla,
:cilantro cilantro,
:cebolla_frita cebolla_frita}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment