Project
relative
The relative library enhances Ruby's core and standard libraries to support
naming, opening, and reading files relative to the Ruby file currently being
interpreted (the contents of the __ FILE __ identifier). This functionality is
especially useful in embedded Ruby (eruby, erb, erubis, etc.) where absolute
paths or paths relative to the interpreter's current working directory are
problematic (due to file system structures and working directories
varying across platforms and web servers).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development