module Middleman::CoreExtensions::Request::InstanceMethods
def current_path=(path)
-
(void)
-
Parameters:
-
path
(String
) -- The new current path
def current_path=(path) @current_path = path @request = ::Thor::CoreExt::HashWithIndifferentAccess.new({ :path => path, :params => req ? ::Thor::CoreExt::HashWithIndifferentAccess.new(req.params) : {} }) end