module Rockt::Environment::Cygwin
Represents Cygwin
enironments
Public Class Methods
commands()
click to toggle source
# File lib/rockt/environment/cygwin.rb, line 10 def self.commands ['cmd /C start /b'] end
regex()
click to toggle source
# File lib/rockt/environment/cygwin.rb, line 14 def self.regex /cygwin/i end