1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Merge pull request #1499 from krororo/fix-document

Fix missing def keyword at Sinatra::Namespace document
This commit is contained in:
namusyaka 2018-12-08 23:49:04 +09:00 committed by GitHub
commit 94bd005d93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
#