Class: Conf

Inherits:
Object
  • Object
show all
Defined in:
lib/classes/conf.rb

Class Method Summary collapse

Class Method Details

.explainObject



11
12
13
# File 'lib/classes/conf.rb', line 11

def self.explain

end

.nginx_pathObject



3
4
5
# File 'lib/classes/conf.rb', line 3

def self.nginx_path
  `which nginx`
end

.phpfpm_pathObject



7
8
9
# File 'lib/classes/conf.rb', line 7

def self.phpfpm_path
  `which php-fpm`
end