Returns source file path.
20 21 22
# File 'lib/tigefa/static_file.rb', line 20 def path File.join(@base, @dir, @name) end