About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
lvjian700
9/6/2012 - 2:06 AM
share
Share
add_circle_outline
Save
Current OS is Win32 ?
Current OS is Win32 ?
gistfile1.rb
content_copy
file_download
def win32? require 'Win32API' return true rescue LoadError return false end
clear