Libraries
»
travis
(1.13.1)
»
Index
»
Travis
»
Tools
»
System
»
unix?
Method: Travis::Tools::System.unix?
Defined in:
lib/travis/tools/system.rb
.
unix?
⇒
Boolean
Returns:
(
Boolean
)
26 27 28
# File 'lib/travis/tools/system.rb', line 26
def
unix?
!
windows?
end