Method: Thrift::Processor#initialize

Defined in:
lib/thrift/processor.rb

#initialize(handler) ⇒ Object



22
23
24
# File 'lib/thrift/processor.rb', line 22

def initialize(handler)
  @handler = handler
end