Last active
June 8, 2022 06:56
-
-
Save LoranKloeze/537e0b86154a4abbde99516634f65cfe to your computer and use it in GitHub Desktop.
Code block 1
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
def my_method(number: 200) | |
do_this | |
do_that | |
fix_this | |
send_results | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment