mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
fix Delegator links in README
man i hate breaking the 80 columns rule
This commit is contained in:
parent
ceac46f0bc
commit
035fe4705d
1 changed files with 2 additions and 2 deletions
|
@ -579,8 +579,8 @@ system. The +Sinatra::Application+ class -- a special subclass of
|
||||||
Sinatra::Base -- receives all :get, :put, :post, :delete, :before,
|
Sinatra::Base -- receives all :get, :put, :post, :delete, :before,
|
||||||
:error, :not_found, :configure, and :set messages sent to the
|
:error, :not_found, :configure, and :set messages sent to the
|
||||||
top-level. Have a look at the code for yourself: here's the
|
top-level. Have a look at the code for yourself: here's the
|
||||||
{Sinatra::Delegator mixin}[http://github.com/sinatra/sinatra/blob/master/lib/sinatra/base.rb#L1064]
|
{Sinatra::Delegator mixin}[http://github.com/sinatra/sinatra/blob/ceac46f0bc129a6e994a06100aa854f606fe5992/lib/sinatra/base.rb#L1128]
|
||||||
being {included into the main namespace}[http://github.com/sinatra/sinatra/blob/master/lib/sinatra/main.rb#L25].
|
being {included into the main namespace}[http://github.com/sinatra/sinatra/blob/ceac46f0bc129a6e994a06100aa854f606fe5992/lib/sinatra/main.rb#L28]
|
||||||
|
|
||||||
== Command line
|
== Command line
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue