Skip to content

Instantly share code, notes, and snippets.

@taq
Created December 21, 2023 19:08
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 taq/ed4591358a63d06b9f7b62864bb86b63 to your computer and use it in GitHub Desktop.
Save taq/ed4591358a63d06b9f7b62864bb86b63 to your computer and use it in GitHub Desktop.
Pull request example with constructor
class Test
def initialize
puts 'Inicializando um teste ...'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment