# File lib/more/facets/erb.rb, line 50
  def erb_result(str)
    ERB.new(str).result(binding)
  end