Skip to content

Instantly share code, notes, and snippets.

@123gpg321
Last active August 29, 2015 14:02
Show Gist options
  • Save 123gpg321/8445bc2e8fa042a263cd to your computer and use it in GitHub Desktop.
Save 123gpg321/8445bc2e8fa042a263cd to your computer and use it in GitHub Desktop.
2.0.0-p451 :054 > if (123 == 123 && 124 == 124)
2.0.0-p451 :055?> puts "trueee"
2.0.0-p451 :056?> else
2.0.0-p451 :057 > puts "errrro"
2.0.0-p451 :058?> end
trueee
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment