Skip to content

Commit

Permalink
Adds a comment to the other regex example ( to russian readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
davydovanton committed Feb 5, 2015
1 parent 15f5290 commit 2b775c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.ru.md
Expand Up @@ -129,6 +129,7 @@ end
Или с параметром блока:

```ruby
# Находит "GET /meta/hello/world", "GET /hello/world/1234" и так далее
get %r{/hello/([\w]+)} do |c|
"Hello, #{c}!"
end
Expand Down

0 comments on commit 2b775c4

Please sign in to comment.