Skip to content

Instantly share code, notes, and snippets.

@vsalbaba
Created August 25, 2009 21:03
Show Gist options
  • Save vsalbaba/175027 to your computer and use it in GitHub Desktop.
Save vsalbaba/175027 to your computer and use it in GitHub Desktop.
extension = case platform
when "win32" then
"exe"
when "linux" then
"run"
when "osx" then
"dmg"
else
raise "omg, unknown platform!"
end
.
.
.
... File.join( LIB_DIR, "shoes.#{extension}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment