Top Level Namespace
Defined in:
Constant Summary
-
CHROME_BETA_USER_DATA_DIR =
CHROME_CONFIG_HOME / "google-chrome-beta"
-
CHROME_CANARY_USER_DATA_DIR =
CHROME_CONFIG_HOME / "google-chrome-canary"
-
CHROME_CONFIG_HOME =
Path[ENV["XDG_CONFIG_HOME"]]
-
CHROME_DEV_USER_DATA_DIR =
CHROME_CONFIG_HOME / "google-chrome-dev"
-
CHROME_USER_DATA_DIR =
CHROME_CONFIG_HOME / "google-chrome"
-
CHROMIUM_USER_DATA_DIR =
CHROME_CONFIG_HOME / "chromium"
-
VERSION =
"0.1.0"
Method Summary
- install_manifest(manifest : Manifest, platform : Platform)
- run_server(args : Array(String) = ARGV, input : IO = STDIN, output : IO = STDOUT, error : IO = STDERR)
- uninstall_manifest(manifest : Manifest, platform : Platform)
Method Detail
def run_server(args : Array(String) = ARGV, input : IO = STDIN, output : IO = STDOUT, error : IO = STDERR)
#