Class: AMQ::Protocol::Frame

Inherits:
Object
  • Object
show all
Defined in:
lib/amq/client/io/io.rb

Direct Known Subclasses

Client::IOAdapter::Frame, Client::StringAdapter::Frame

Instance Method Summary (collapse)

Instance Method Details

- (Boolean) final?

Returns:

  • (Boolean)


25
26
27
# File 'lib/amq/client/io/io.rb', line 25

def final?
  true ####### HACK for testing, implement & move to amq-protocol!
end