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