Method: Mailman::Router#default_block

Defined in:
lib/mailman/router.rb

#default_blockProc

Returns the block to run if no routes match.

Returns:

  • (Proc)

    the block to run if no routes match



12
13
14
# File 'lib/mailman/router.rb', line 12

def default_block
  @default_block
end