90 91 92 93
# File 'lib/config/options.rb', line 90 def to_json(*args) require "json" unless defined?(JSON) to_hash.to_json(*args) end