Method: Configural::Config::JSONFile#initialize

Defined in:
lib/configural/config/json_file.rb

#initialize(*args) ⇒ JSONFile

Returns a new instance of JSONFile.



49
50
51
52
# File 'lib/configural/config/json_file.rb', line 49

def initialize(*args)
  require 'json'
  super
end