module Rockt::Environment::Darwin

Represents Darwin and Apple OS X environments.

Public Class Methods

commands() click to toggle source
# File lib/rockt/environment/darwin.rb, line 10
def self.commands
  %w( open )
end
regex() click to toggle source
# File lib/rockt/environment/darwin.rb, line 14
def self.regex
  /(darwin|mac os)/i
end