# File lib/core/facets/string/interpolate.rb, line 14
  def self.interpolate(&str)
    eval "%{#{str.call}}", str.binding
  end