mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
commit
506104481b
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@ module Sinatra
|
|||
|
||||
def options
|
||||
warn "Sinatra::Base#options is deprecated and will be removed, " \
|
||||
"use #settings insetad.\n\tfrom #{caller.first}"
|
||||
"use #settings instead.\n\tfrom #{caller.first}"
|
||||
settings
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue