built_at()
A string representing the date the bundler gem was built.
# File lib/bundler/build_metadata.rb, line 22 def self.built_at @built_at ||= Time.now.utc.strftime("%Y-%m-%d").freeze end