# File lib/faker/app.rb, line 9 def version if parse('app.version') == '' numerify(fetch('app.version')) else parse('app.version') end end