Skip to content

Instantly share code, notes, and snippets.

@nikita8
Last active November 13, 2018 04:03
Show Gist options
  • Save nikita8/276ebfc7e5216a15ac04271a39ad8a51 to your computer and use it in GitHub Desktop.
Save nikita8/276ebfc7e5216a15ac04271a39ad8a51 to your computer and use it in GitHub Desktop.
CommentingInRuby
puts "Commenting Code in Ruby"
# this is single line comment in ruby
=begin
This is multiline
Comment in ruby
=end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment