Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Commit

Permalink
Remove the block paramter.
Browse files Browse the repository at this point in the history
  • Loading branch information
majjoha committed Oct 22, 2014
1 parent 9c2b936 commit 3f70a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dolphy.rb
Expand Up @@ -7,7 +7,7 @@ def app(&block)
Dolphy::Core.new(&block)
end

def router(&block)
def router
yield
end
end
Expand Down

0 comments on commit 3f70a41

Please sign in to comment.