class Confmake::ConfigurationFileReader

Public Class Methods

read(config_file_path) click to toggle source
# File lib/confmake/conf_reader.rb, line 3
def self.read config_file_path
  File.read config_file_path if File.exists? config_file_path
end