Skip to content

Instantly share code, notes, and snippets.

@johnf
Created April 24, 2013 03:34
Show Gist options
  • Save johnf/5449409 to your computer and use it in GitHub Desktop.
Save johnf/5449409 to your computer and use it in GitHub Desktop.
require 'thin/version'
module Thin
def self.win? # Are we runing windows
true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment