ruby/test/rexml/rexml_test_utils.rb

6 строки
123 B
Ruby
Исходник Обычный вид История

module REXMLTestUtils
def fixture_path(*components)
File.join(File.dirname(__FILE__), "data", *components)
end
end