Top Level Namespace
Defined Under Namespace
Modules: Gas
Constant Summary collapse
- GAS_DIRECTORY =
File.expand_path(‘~/.gas’)
"#{ENV['HOME']}/.gas"- SSH_DIRECTORY =
File.expand_path(‘~/.ssh’)
"#{ENV['HOME']}/.ssh"- GITHUB_SERVER =
'api.github.com'- IS_WINDOWS =
(RbConfig::CONFIG['host_os'] =~ /mswin|mingw|cygwin/)