Sha256: 39abfd416b033be490990771d6877e659445fc049b56c90a39698edaeec2571c
Contents?: true
Size: 217 Bytes
Versions: 16
Compression:
Stored size: 217 Bytes
Contents
module Murlsh # URI mixin that adds method to get path and query string. module URIGetPathQuery # Return the path and query string. def get_path_query; path + (query ? "?#{query}" : ''); end end end
Version data entries
16 entries across 16 versions & 1 rubygems