Object
# File lib/launchy/detect/host_os.rb, line 9 9: def initialize( host_os = nil ) 10: @host_os = host_os 11: 12: if not @host_os then 13: if @host_os = override_host_os then 14: Launchy.log "Using LAUNCHY_HOST_OS override value of '#{Launchy.host_os}'" 15: else 16: @host_os = default_host_os 17: end 18: end 19: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.