In rails3.1 application.css we could see
application.css
/* *= require_self *= require_tree . */
I know that require_tree . is
require_tree .
//= require_self
It loads the file itself, to define the order that the files are loaded.