pretty equals

This commit is contained in:
Blake Mizerany 2009-01-06 15:30:02 -08:00 committed by Ryan Tomayko
parent 123cc5b5ac
commit 88321f2586
1 changed files with 5 additions and 5 deletions

View File

@ -411,13 +411,13 @@ module Sinatra
end
end
@routes = {}
@filters = []
@routes = {}
@filters = []
@conditions = []
@templates = {}
@templates = {}
@middleware = []
@callsite = nil
@errors = {}
@callsite = nil
@errors = {}
class << self
attr_accessor :routes, :filters, :conditions, :templates,