Skip to content

Instantly share code, notes, and snippets.

@eLafo
Created February 19, 2014 19:36
Show Gist options
  • Save eLafo/9099864 to your computer and use it in GitHub Desktop.
Save eLafo/9099864 to your computer and use it in GitHub Desktop.
100.times{|i| puts i}
'this is a string'.reverse
[1,2,3,4,5].select{|x| x % 2 == 0}
user = User.new(name: 'Bruce', last_name: 'Dickinson')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment