diff options
-rw-r--r-- | lib/rack/builder.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack/builder.rb b/lib/rack/builder.rb index 816ecf62..533cf6b5 100644 --- a/lib/rack/builder.rb +++ b/lib/rack/builder.rb @@ -97,7 +97,7 @@ module Rack cfgfile.slice!(/\A#{UTF_8_BOM}/) if cfgfile.encoding == Encoding::UTF_8 if cfgfile[/^#\\(.*)/] && opts - warn "Parsing options from the first comment line is deprecated!" + raise "Parsing options from the first comment line is deprecated!" options = opts.parse! $1.split(/\s+/) end |