Sha256: 4f22dfdf0cc94b191eb6759a1ad7ee0105c098f7603621db27c14b54dabaec15
Contents?: true
Size: 188 Bytes
Versions: 40
Compression:
Stored size: 188 Bytes
Contents
module Foo # Redirect to the given URL # @param url [String] the destination URL # @param status [Fixnum] the http code def method_with_named_parameter(url, status: 302) end end
Version data entries
40 entries across 40 versions & 1 rubygems