class IndieWeb::Endpoints::Parsers::RedirectUriParser
Public Instance Methods
results()
click to toggle source
@return [Array<String>, nil]
# File lib/indieweb/endpoints/parsers/redirect_uri_parser.rb, line 10 def results return if mapped_results.none? mapped_results end