зеркало из https://github.com/github/ruby.git
6 строки
123 B
Ruby
6 строки
123 B
Ruby
|
module REXMLTestUtils
|
||
|
def fixture_path(*components)
|
||
|
File.join(File.dirname(__FILE__), "data", *components)
|
||
|
end
|
||
|
end
|