We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdbcbd0 + fff2859 commit 5a1659dCopy full SHA for 5a1659d
lib/json/generic_object.rb
@@ -2,6 +2,7 @@
2
begin
3
require 'ostruct'
4
rescue LoadError
5
+ warn "JSON::GenericObject requires 'ostruct'. Please install it with `gem install ostruct`."
6
end
7
8
module JSON
0 commit comments