Skip to content

Instantly share code, notes, and snippets.

@yaymukund
Created August 21, 2012 04:52
Show Gist options
  • Save yaymukund/331e3f7335023a0471ce to your computer and use it in GitHub Desktop.
Save yaymukund/331e3f7335023a0471ce to your computer and use it in GitHub Desktop.
>> a = 3
=> 3
>> if b = a
>> puts 'lol'
>> end
lol
=> nil
>> b
=> 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment