Module: HrrRbSsh::Transport::CompressionAlgorithm::Unfunctionable
- Included in:
- None
- Defined in:
- lib/hrr_rb_ssh/transport/compression_algorithm/unfunctionable.rb
Instance Method Summary collapse
- #close ⇒ Object
- #deflate(data) ⇒ Object
- #inflate(data) ⇒ Object
- #initialize(direction = nil) ⇒ Object
Instance Method Details
#close ⇒ Object
22 23 24 |
# File 'lib/hrr_rb_ssh/transport/compression_algorithm/unfunctionable.rb', line 22 def close nil end |
#deflate(data) ⇒ Object
14 15 16 |
# File 'lib/hrr_rb_ssh/transport/compression_algorithm/unfunctionable.rb', line 14 def deflate data data end |
#inflate(data) ⇒ Object
18 19 20 |
# File 'lib/hrr_rb_ssh/transport/compression_algorithm/unfunctionable.rb', line 18 def inflate data data end |