lib/lotus/routing/default.rb in lotusrb-0.1.0 vs lib/lotus/routing/default.rb in lotusrb-0.2.0

- old
+ new

@@ -15,10 +15,10 @@ def call(env) end end def call(env) - action = NullAction.new.tap {|a| a.call(env) } + action = NullAction.new.tap { |a| a.call(env) } [ DEFAULT_CODE, {CONTENT_TYPE => action.content_type}, DEFAULT_BODY, action ] end end end end