Skip to content

Instantly share code, notes, and snippets.

@lvjian700
Created September 6, 2012 02:06
Show Gist options
  • Save lvjian700/3649890 to your computer and use it in GitHub Desktop.
Save lvjian700/3649890 to your computer and use it in GitHub Desktop.
Current OS is Win32 ?
def win32?
require 'Win32API'
return true
rescue LoadError
return false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment