Object
Requires an exact match
# File lib/moqueue/mock_exchange.rb, line 132 def initialize(key_string) @key = key_string.to_s end
# File lib/moqueue/mock_exchange.rb, line 136 def matches?(message_key) message_key, binding_key = message_key.to_s, key.dup # looking for string equivalence message_key == binding_key end
[Validate]
Generated with the Darkfish Rdoc Generator 2.