Skip to content

Instantly share code, notes, and snippets.

@dtelaroli
Forked from m3nd3s/helper.rb
Last active January 4, 2016 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dtelaroli/8582373 to your computer and use it in GitHub Desktop.
Save dtelaroli/8582373 to your computer and use it in GitHub Desktop.
#encoding: utf-8
module T3L4R0L1
def me_ajuda?(dinheiro)
if dinheiro > 500
"SIM"
else
"NÃO"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment