File.dirname(__FILE__)
+ * Returns the absolute path of the directory of the file from which this
+ * method is called.
* If __FILE__
is nil
, it returns nil
.
- * And it returns always an absolute path.
+ * The return value equals to File.dirname(File.expand_path(__FILE__))
.
*
*/
static VALUE