class Middleman::Builder
def binary_encode(string)
def binary_encode(string) string.force_encoding('ascii-8bit') if string.respond_to?(:force_encoding) string end
def binary_encode(string) string.force_encoding('ascii-8bit') if string.respond_to?(:force_encoding) string end