Method: Mailman::Router#routes

Defined in:
lib/mailman/router.rb

#routesArray

Returns the list of routes.

Returns:

  • (Array)

    the list of routes



6
7
8
# File 'lib/mailman/router.rb', line 6

def routes
  @routes
end