Module: LinuxUtilinfo::EnvironmentMethods

Included in:
LinuxUtilinfo
Defined in:
lib/linux_utilinfo/environment_methods.rb

Instance Method Summary collapse

Instance Method Details

#get_editorObject



7
8
9
# File 'lib/linux_utilinfo/environment_methods.rb', line 7

def get_editor
	return ENV['EDITOR']
end

#get_shellObject



3
4
5
# File 'lib/linux_utilinfo/environment_methods.rb', line 3

def get_shell
	return ENV['SHELL']
end