Sha256: fc2cc77efdc60b439d2fd6aa9f8bfc26718a7065be0f08063c3117a28a62a9a0
Contents?: true
Size: 660 Bytes
Versions: 10
Compression:
Stored size: 660 Bytes
Contents
module Wovnrb class URL # return the absolute url given the current location and a relative location def self.resolve_absolute_url(curr_location, rel_location) end # Set the path lang to def self.prepend_path(url, dir) # URL = "http://google.com/test" # dir = "new_dir" #return "http://google.com/new_dir/test" end #def self.set_query_lang(url, lang, param_name='wovn') #end #def self.set_subdomain_lang(url, lang) #end #def self.remove_subdomain(url) #end #def self.add_subdomain(url, subdomain) #end #def self.set_query_param(url, param, value) #end end end
Version data entries
10 entries across 10 versions & 1 rubygems