Method: Mutx::Support::Configuration.default_input

Defined in:
lib/mutx/support/configuration.rb

.default_inputObject



24
25
26
27
# File 'lib/mutx/support/configuration.rb', line 24

def self.default_input
  Mutx::Support::Log.debug "#{self.class}Setting default input (from template)" if Mutx::Support::Log
  JSON.parse(IO.read(self.path_template))
end