# File lib/moqueue/mock_headers.rb, line 10 def ack @received_ack = true end
# File lib/moqueue/mock_headers.rb, line 26 def method_missing method, *args, &blk @properties.has_key?(method) ? @properties[method] : super end
# File lib/moqueue/mock_headers.rb, line 18 def properties @properties end
Generated with the Darkfish Rdoc Generator 2.