75 76 77 78 79 80 81
# File 'lib/librarian/config/database.rb', line 75 def specfile_path if root root + (assigned_specfile_name || default_specfile_name) else env_specfile_path || default_specfile_path end end