Created
October 4, 2020 15:26
-
-
Save joathan/5f30da5e8b7554175a791f8ed6fa69cf to your computer and use it in GitHub Desktop.
teste via vs code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Pessoa | |
def correr | |
puts 'correndo' | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment