Skip to content

Instantly share code, notes, and snippets.

@steverob
Created October 23, 2016 19:57
Show Gist options
  • Save steverob/352c2b05c43a116bb8b1b8b85196d6a0 to your computer and use it in GitHub Desktop.
Save steverob/352c2b05c43a116bb8b1b8b85196d6a0 to your computer and use it in GitHub Desktop.
Commenting style that's not recommended
#FIXME
def hello_world
puts 'hello, worrld'
end
#FIXME
def foo
puts 'bar'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment