# File lib/amq/client/openable.rb, line 47 47: def closed! 48: @status = :closed 49: end
# File lib/amq/client/openable.rb, line 28 28: def closed? 29: @status == :closed 30: end
# File lib/amq/client/openable.rb, line 57 57: def closing! 58: @status = :closing 59: end
# File lib/amq/client/openable.rb, line 38 38: def closing? 39: @status == :closing 40: end
# File lib/amq/client/openable.rb, line 43 43: def opened! 44: @status = :opened 45: end
# File lib/amq/client/openable.rb, line 23 23: def opened? 24: @status == :opened 25: end
# File lib/amq/client/openable.rb, line 53 53: def opening! 54: @status = :opening 55: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.