Skip to content

Instantly share code, notes, and snippets.

@mcrmfc
Created May 27, 2016 10:24
Show Gist options
  • Save mcrmfc/ac859a27f5e61fbea0d68f07741930ce to your computer and use it in GitHub Desktop.
Save mcrmfc/ac859a27f5e61fbea0d68f07741930ce to your computer and use it in GitHub Desktop.
Bug in activesupport json Set serialization?
require 'set'
require 'json'
p Set.new([1]).to_json
require 'active_support/all'
p Set.new([1]).to_json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment