class ExtensionGenerator

def author_info

def author_info
  @author_info ||= begin
    Git.global_config
  rescue NameError
    {}
  end
end