module Protobuf::Rpc::ServiceFilters
Public Class Methods
included(other)
click to toggle source
# File lib/protobuf/rpc/service_filters.rb, line 5 def self.included(other) other.class_eval do extend Protobuf::Rpc::ServiceFilters::ClassMethods include Protobuf::Rpc::ServiceFilters::InstanceMethods end end