Skip to content

Instantly share code, notes, and snippets.

@talesmantovani
Created November 10, 2016 12:40
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 talesmantovani/35d4263c7db5100950388763db54e975 to your computer and use it in GitHub Desktop.
Save talesmantovani/35d4263c7db5100950388763db54e975 to your computer and use it in GitHub Desktop.
class Mimimitizador < Struct.new :frase
def mimimi
frase.gsub(/['ã', 'a', 'e', 'o', 'u', 'á', 'é', 'ê', 'í', 'ó']/, "i")
end
def mememe
url_template = "https://memegen.link/custom/#{frase}/#{mimimi}.jpg?alt=https://i.imgur.com/UvvvAJP.jpg&font=impact"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment