Class: Debugbar::NullBuffer

Inherits:
Object
  • Object
show all
Defined in:
lib/debugbar/buffers/null_buffer.rb

Instance Method Summary collapse

Instance Method Details

#allObject



9
10
# File 'lib/debugbar/buffers/null_buffer.rb', line 9

def all
end

#clear!Object



15
16
# File 'lib/debugbar/buffers/null_buffer.rb', line 15

def clear!
end

#eachObject



12
13
# File 'lib/debugbar/buffers/null_buffer.rb', line 12

def each
end

#push(_request) ⇒ Object



3
4
# File 'lib/debugbar/buffers/null_buffer.rb', line 3

def push(_request)
end

#remove(_ids) ⇒ Object



6
7
# File 'lib/debugbar/buffers/null_buffer.rb', line 6

def remove(_ids)
end