module LinuxUtilinfo::EnvironmentMethods

Public Instance Methods

get_editor() click to toggle source
# File lib/linux_utilinfo/environment_methods.rb, line 7
def get_editor
        return ENV['EDITOR']
end
get_shell() click to toggle source
# File lib/linux_utilinfo/environment_methods.rb, line 3
def get_shell
        return ENV['SHELL']
end