Class: Debugbar::NullBuffer
- Inherits:
-
Object
- Object
- Debugbar::NullBuffer
- Defined in:
- lib/debugbar/buffers/null_buffer.rb
Instance Method Summary collapse
- #clear! ⇒ Object
- #each ⇒ Object
- #get ⇒ Object
- #push(_request) ⇒ Object
- #remove(_ids) ⇒ Object
- #to_h ⇒ Object
Instance Method Details
#clear! ⇒ Object
20 21 |
# File 'lib/debugbar/buffers/null_buffer.rb', line 20 def clear! end |
#each ⇒ Object
17 18 |
# File 'lib/debugbar/buffers/null_buffer.rb', line 17 def each end |
#get ⇒ Object
3 4 5 |
# File 'lib/debugbar/buffers/null_buffer.rb', line 3 def get {} end |
#push(_request) ⇒ Object
7 8 |
# File 'lib/debugbar/buffers/null_buffer.rb', line 7 def push(_request) end |
#remove(_ids) ⇒ Object
10 11 |
# File 'lib/debugbar/buffers/null_buffer.rb', line 10 def remove(_ids) end |
#to_h ⇒ Object
13 14 15 |
# File 'lib/debugbar/buffers/null_buffer.rb', line 13 def to_h {} end |