module Github::Result

def status

def status
  loaded? ? @env[:status] : nil
end