Class: Confmake::ConfigurationFileReader

Inherits:
Object
  • Object
show all
Defined in:
lib/confmake/conf_reader.rb

Class Method Summary collapse

Class Method Details

.read(config_file_path) ⇒ Object



3
4
5
# 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