Skip to content

Instantly share code, notes, and snippets.

@urieljuliatti
Forked from dtelaroli/helper.rb
Created January 23, 2014 17:10
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 urieljuliatti/8582629 to your computer and use it in GitHub Desktop.
Save urieljuliatti/8582629 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