# File lib/stella.rb, line 231 def site_uri path uri = Addressable::URI.parse self.class.base_uri uri.path = uri_path(path) uri.to_s end