class GemHadar::SimpleCov::ContextFormatter

def project_name

Returns:
  • (String) - the name of the current working directory
def project_name
  Pathname.pwd.basename.to_s # I hope…
end