Skip to content

Instantly share code, notes, and snippets.

@lgmkr
Created March 6, 2013 11:13
Show Gist options
  • Save lgmkr/5098621 to your computer and use it in GitHub Desktop.
Save lgmkr/5098621 to your computer and use it in GitHub Desktop.
semicolon(;) in ruby
my_name = "aa"; print my_name
#==>aa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment