Method: Config::Options#to_json

Defined in:
lib/config/options.rb

#to_json(*args) ⇒ Object



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