pboling/celluloid-io-pg-listener

View on GitHub
lib/celluloid-io-pg-listener/examples/notify_server_by_inheritance.rb

Summary

Maintainability
A
0 mins
Test Coverage
module CelluloidIOPGListener
  module Examples
    class NotifyServerByInheritance < CelluloidIOPGListener::Examples::Client

    end
  end
end