Method: Addressable::Template::MatchData#to_s
- Defined in:
- lib/addressable/template.rb
#to_s ⇒ String Also known as: string
Returns The matched URI as String.
191 192 193 |
# File 'lib/addressable/template.rb', line 191 def to_s uri.to_s end |