# File lib/fpm/target/rpm.rb, line 23 def url if @url.nil? || @url.empty? 'http://nourlgiven.example.com' else @url end end