Class: Homebrew::Cmd::FetchCmd::Spinner Private

Inherits:
Object
  • Object
show all
Defined in:
cmd/fetch.rb

This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.

Constant Summary collapse

FRAMES =

This constant is part of a private API. This constant may only be used in the Homebrew/brew repository. Third parties should avoid using this constant if possible, as it may be removed or changed without warning.

[
  "",
  "",
  "",
  "",
  "",
  "",
  "",
  "",
  "",
  "",
].freeze

Instance Method Summary collapse

Constructor Details

#initializevoid

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.



98
99
100
101
# File 'cmd/fetch.rb', line 98

def initialize
  @start = Time.now
  @i = 0
end