Fixed a missing backtick literal

This commit is contained in:
Kashyap 2013-02-26 20:39:24 +05:30
parent 73524e66f3
commit 43e1c0245f
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ Routen mit regulären Ausdrücken sind auch möglich:
get %r{/hallo/([\w]+)} do
"Hallo, #{params[:captures].first}!"
end
```
Und auch hier können Block-Parameter genutzt werden: