Helper class to assist in URL generation
Returns the base URL for use with any internal links.
# File lib/classes/url.rb, line 5 5: def self.base(protocol = nil) 6: protocol = Picombo::Config.get('config.protocol') if protocol.nil? 7: protocol+"://"+Picombo::Config.get('config.site_domain')+'/' 8: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.