Guest User

Untitled

a guest
Feb 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. [4294967295,4294967295].to_yaml
  2. #=> "--- \n- 4294967295\n- 4294967295\n"
  3. [4294967295,4294967295].to_yaml.size
  4. #=> 31
  5. [4294967295,4294967295].to_json
  6. #=> "[4294967295,4294967295]"
  7. [4294967295,4294967295].to_json.size
  8. #=> 23
Add Comment
Please, Sign In to add comment