module Qpid::Proton::Handler

Public Class Methods

handler_method?(method) click to toggle source
# File lib/handler/adapter.rb, line 23
def self.handler_method?(method) /^on_/ =~ name; end