Method: Bundler::Worker#name

Defined in:
lib/bundler/worker.rb

#nameString (readonly)

Returns the name of the worker.

Returns:

  • (String)

    the name of the worker

[View source]

15
16
17
# File 'lib/bundler/worker.rb', line 15

def name
  @name
end