Method: Addressable::Template::MatchData#to_s

Defined in:
lib/addressable/template.rb

#to_sString Also known as: string

Returns The matched URI as String.

Returns:

  • (String)

    The matched URI as String.



191
192
193
# File 'lib/addressable/template.rb', line 191

def to_s
  uri.to_s
end