class Machine
Public Class Methods
port(environment, type, subpath)
click to toggle source
# File lib/proboscis_cli.rb, line 7 def self.port(environment, type, subpath) ENV["proboscis_#{environment}_target_port"] || "22" end