mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
fix typo: PattronCualquieraMenos should be PatronCualquieraMenos
This commit is contained in:
parent
257f49910d
commit
59de0ce130
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ regulares para definir las rutas. Sin embargo, la cosa no termina ahí. Podés
|
||||||
definir tus propios comparadores muy fácilmente:
|
definir tus propios comparadores muy fácilmente:
|
||||||
|
|
||||||
``` ruby
|
``` ruby
|
||||||
class PattronCualquieraMenos
|
class PatronCualquieraMenos
|
||||||
Match = Struct.new(:captures)
|
Match = Struct.new(:captures)
|
||||||
|
|
||||||
def initialize(excepto)
|
def initialize(excepto)
|
||||||
|
|
Loading…
Reference in a new issue