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