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