Method: Rlyeh::Dispatcher.included

Defined in:
lib/rlyeh/dispatcher.rb

.included(base) ⇒ Object



5
6
7
# File 'lib/rlyeh/dispatcher.rb', line 5

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