Method: Protobuf.before_server_bind
- Defined in:
- lib/protobuf.rb
.before_server_bind(&block) ⇒ Object
64 65 66 67 68 |
# File 'lib/protobuf.rb', line 64 def self.before_server_bind(&block) ::ActiveSupport::Notifications.subscribe('before_server_bind') do |*args| block.call(*args) end end |