We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdbcbd0 commit fff2859Copy full SHA for fff2859
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