class Addressable::Template

def source

Other tags:
    Api: - private

Returns:
  • (String) - The source of the `Regexp` given by {#to_regexp}.
def source
  self.to_regexp.source
end