module Twig::System
Public Class Methods
windows?()
click to toggle source
# File lib/twig/system.rb, line 3 def self.windows? RbConfig::CONFIG['host_os'] =~ /(cygwin|mingw|windows|win32)/ end
# File lib/twig/system.rb, line 3 def self.windows? RbConfig::CONFIG['host_os'] =~ /(cygwin|mingw|windows|win32)/ end