Module: ThinService
- Defined in:
- lib/version.rb,
lib/thin-service.rb
Defined Under Namespace
Classes: CommandNotSupported, PlatformNotSupported, Runner
Constant Summary collapse
Class Method Summary collapse
Class Method Details
.windows? ⇒ Boolean
13 14 15 |
# File 'lib/version.rb', line 13 def self.windows? RUBY_PLATFORM =~ /mswin|mingw/ end |