module Middleman::CoreExtensions::Request::InstanceMethods

def current_path

Returns:
  • (String) -
def current_path
  Thread.current[:current_path]
end