Skip to content

Instantly share code, notes, and snippets.

@yuroyoro
Created December 19, 2012 10:09
Show Gist options
  • Select an option

  • Save yuroyoro/4335709 to your computer and use it in GitHub Desktop.

Select an option

Save yuroyoro/4335709 to your computer and use it in GitHub Desktop.
100000.times do raise 'unmatch' unless {'a' => 1, 'b' => 2, 'c' => 3}.to_json == {'a' => 1, 'b' => 2, 'c' => 3}.to_json end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment