Module: Ronin::Web::Server::Routing

Included in:
Base
Defined in:
lib/ronin/web/server/routing.rb

Overview

Adds additional routing class methods to Base.

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Adds ClassMethods to the class.

Parameters:



41
42
43
# File 'lib/ronin/web/server/routing.rb', line 41

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