Skip to content

Instantly share code, notes, and snippets.

@eduzera
Created March 15, 2010 18:08
Show Gist options
  • Save eduzera/333113 to your computer and use it in GitHub Desktop.
Save eduzera/333113 to your computer and use it in GitHub Desktop.
def teste
puts 'Eduzera'
end
def valid? jogada
if jogada.impedimento?
return false
end
return true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment