Module: Everywhere::Host

Defined in:
lib/everywhere/host.rb

Overview

The machine the CLI is running on — never the machine it's building for (that's the --target, see Config.os_of and the receipt).

Class Method Summary collapse

Class Method Details

.darwin?Boolean

Returns:

  • (Boolean)


9
# File 'lib/everywhere/host.rb', line 9

def darwin? = RUBY_PLATFORM.include?("darwin")