Skip to content

Instantly share code, notes, and snippets.

@nz
Created November 19, 2008 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nz/26637 to your computer and use it in GitHub Desktop.
Save nz/26637 to your computer and use it in GitHub Desktop.
[4294967295,4294967295].to_yaml
#=> "--- \n- 4294967295\n- 4294967295\n"
[4294967295,4294967295].to_yaml.size
#=> 31
[4294967295,4294967295].to_json
#=> "[4294967295,4294967295]"
[4294967295,4294967295].to_json.size
#=> 23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment