Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove whitespaces
  • Loading branch information
rkh committed Dec 15, 2010
1 parent 4846580 commit f5b7e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sinatra/base.rb
Expand Up @@ -1032,7 +1032,7 @@ def post(path, opts={}, &bk) route 'POST', path, opts, &bk end
def delete(path, opts={}, &bk) route 'DELETE', path, opts, &bk end
def head(path, opts={}, &bk) route 'HEAD', path, opts, &bk end
def options(path, opts={}, &bk) route 'OPTIONS', path, opts, &bk end

private
def route(verb, path, options={}, &block)
# Because of self.options.host
Expand Down

0 comments on commit f5b7e88

Please sign in to comment.