From 3f70a419f3a75d920b738c4d8256f341a56e3787 Mon Sep 17 00:00:00 2001 From: Mathias Jean Johansen Date: Wed, 22 Oct 2014 15:44:02 +0200 Subject: [PATCH] Remove the block paramter. --- lib/dolphy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dolphy.rb b/lib/dolphy.rb index 8953348..21385f5 100644 --- a/lib/dolphy.rb +++ b/lib/dolphy.rb @@ -7,7 +7,7 @@ def app(&block) Dolphy::Core.new(&block) end - def router(&block) + def router yield end end