Class: Nauvisian::Progress::Null

Inherits:
Object
  • Object
show all
Defined in:
lib/nauvisian/progress/null.rb

Instance Method Summary collapse

Constructor Details

#initialize(_release) ⇒ Null

Returns a new instance of Null.



6
7
8
# File 'lib/nauvisian/progress/null.rb', line 6

def initialize(_release)
  # do nothing
end

Instance Method Details

#progress=(_progress) ⇒ Object



10
11
12
# File 'lib/nauvisian/progress/null.rb', line 10

def progress=(_progress)
  # do nothing
end

#total=(_total) ⇒ Object



14
15
16
# File 'lib/nauvisian/progress/null.rb', line 14

def total=(_total)
  # do nothing
end