mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Fix missing def keyword at Sinatra::Namespace document
This commit is contained in:
parent
ba63ae84bd
commit
e030256d70
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ module Sinatra
|
|||
# module Zomg # Keep everything under "Zomg" namespace for sanity
|
||||
# module Routes # Define a new "Routes" module
|
||||
#
|
||||
# self.registered(app)
|
||||
# def self.registered(app)
|
||||
# # First, register the Namespace extension
|
||||
# app.register Sinatra::Namespace
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue