class Fedora::Redirection
:nodoc:
3xx Redirection
def to_s; response['Location'] ? "#{super} => #{response['Location']}" : super; end
3xx Redirection
def to_s; response['Location'] ? "#{super} => #{response['Location']}" : super; end
:nodoc:
3xx Redirection
def to_s; response['Location'] ? "#{super} => #{response['Location']}" : super; end