Module: ThinService

Defined in:
lib/version.rb,
lib/thin-service.rb

Defined Under Namespace

Classes: CommandNotSupported, PlatformNotSupported, Runner

Constant Summary collapse

NAME =
"thin-service"
MAJOR =
0
MINOR =
0
BUILD =
1
VERSION =
[MAJOR, MINOR, BUILD].join('.')

Class Method Summary collapse

Class Method Details

.windows?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/version.rb', line 13

def self.windows?
  RUBY_PLATFORM =~ /mswin|mingw/
end