1
0
Fork 0
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:
krororo 2018-11-26 11:56:12 +09:00
parent ba63ae84bd
commit e030256d70

View file

@ -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
#