Skip to content

Instantly share code, notes, and snippets.

@joker1007
Created January 28, 2011 18:04
Show Gist options
  • Save joker1007/800665 to your computer and use it in GitHub Desktop.
Save joker1007/800665 to your computer and use it in GitHub Desktop.
# wrong argument type JSON::Pure::Generator::State (expected Data)対策
class Fixnum
def to_json(options = nil)
to_s
end
end
# vi:ft=ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment