Module: Twig::System
- Defined in:
- lib/twig/system.rb
Class Method Summary collapse
Class Method Details
.windows? ⇒ Boolean
3 4 5 |
# File 'lib/twig/system.rb', line 3 def self.windows? RbConfig::CONFIG['host_os'] =~ /(cygwin|mingw|windows|win32)/ end |