# File lib/facets/core/string/self/format.rb, line 6 def String.sprintf(*args) Kernel.format(*args) end