module ThinService
Constants
- BUILD
- MAJOR
- MINOR
- NAME
- VERSION
Public Class Methods
windows?()
click to toggle source
# File lib/version.rb, line 13 def self.windows? RUBY_PLATFORM =~ /mswin|mingw/ end
# File lib/version.rb, line 13 def self.windows? RUBY_PLATFORM =~ /mswin|mingw/ end