Sha256: 9ee1a48bfc7612f52390ffe854885260a49ce7330b8b70027076e7d35783c2ef
Contents?: true
Size: 876 Bytes
Versions: 1
Compression:
Stored size: 876 Bytes
Contents
module Bowline module Desktop module Path ## # :singleton-method: documents # Get the users documents dir. # * Unix: ~ (the home directory) # * Windows: "C:\Documents and Settings\username\My Documents" # * Mac: ~/Documents ## # :singleton-method: data # Get the app's data dir. # * Unix: prefix/share/appinfo # * Windows: the directory where the executable file is located # * Mac: appinfo.app/Contents/SharedSupport bundle subdirectory ## # :singleton-method: user_data # Get the app's user data dir. # * Unix: ~/.appinfo # * Windows: "C:\Documents and Settings\username\Application Data\appinfo" # * Mac: "~/Library/Application Support/appinfo". ## # :singleton-method: temp # Get the tempory directory end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bowline-0.6.2 | lib/bowline/desktop/path.rb |