8 lines
142 B
Ruby
8 lines
142 B
Ruby
module Utils
|
|
module Shell
|
|
def self.shell_profile
|
|
odisabled "Utils::Shell.shell_profile", "Utils::Shell.profile"
|
|
end
|
|
end
|
|
end
|