Flowdock
method

port

Importance_0
1.3.0 - Show latest stable - 0 notes - Class: Spec::Runner::DrbCommandLine
port(options) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/runner/drb_command_line.rb, line 8
      def self.port(options)
        (options.drb_port || ENV["RSPEC_DRB"] || 8989).to_i
      end
Register or log in to add new notes.