Class: AMQ::Protocol::Frame
- Inherits:
-
Object
- Object
- AMQ::Protocol::Frame
- Defined in:
- lib/amq/client/io/io.rb
Direct Known Subclasses
Instance Method Summary (collapse)
Instance Method Details
- (Boolean) final?
25 26 27 |
# File 'lib/amq/client/io/io.rb', line 25 def final? true ####### HACK for testing, implement & move to amq-protocol! end |