Skip to content

Instantly share code, notes, and snippets.

@joathan
Created October 4, 2020 15:26
Show Gist options
  • Save joathan/5f30da5e8b7554175a791f8ed6fa69cf to your computer and use it in GitHub Desktop.
Save joathan/5f30da5e8b7554175a791f8ed6fa69cf to your computer and use it in GitHub Desktop.
teste via vs code
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