Guest User

Untitled

a guest
Apr 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. >> u.term_of_service=true
  2. => true
  3. >> u.term_of_service
  4. => 1
  5. >> u.term_of_service.class
  6. => Fixnum
  7. >> u.term_of_service_before_type_cast
  8. => 1
  9. >> u.term_of_service_before_type_cast.class
  10. => Fixnum
Add Comment
Please, Sign In to add comment