Method: KRPC::Streaming::StreamConstructors.included

Defined in:
lib/krpc/streaming.rb

.included(base) ⇒ Object



148
149
150
151
# File 'lib/krpc/streaming.rb', line 148

def self.included(base)
  base.extend ClassMethods
  base.extend self
end