Class: Usher::Route::Variable::Greedy
- Inherits:
-
Usher::Route::Variable
- Object
- Usher::Route::Variable
- Usher::Route::Variable::Greedy
- Defined in:
- lib/usher/route/variable.rb
Instance Attribute Summary
Attributes inherited from Usher::Route::Variable
#default_value, #look_ahead, #look_ahead_priority, #name, #regex_matcher, #type, #validator
Instance Method Summary collapse
Methods inherited from Usher::Route::Variable
Instance Method Details
#to_s ⇒ Object
72 73 74 |
# File 'lib/usher/route/variable.rb', line 72 def to_s "!#{name}" end |