Guest User

Untitled

a guest
Oct 2nd, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. 2.1.2 :003 > a = "true"
  2. => "true"
  3. 2.1.2 :004 > b = "true"
  4. => "true"
  5. 2.1.2 :005 > a == b
  6. => true
  7. 2.1.2 :006 > a.equal?(b)
  8. => false
Advertisement
Add Comment
Please, Sign In to add comment