class ActiveRecord::FixtureSet::RenderContext

def binary(path)

def binary(path)
  %(!!binary "#{Base64.strict_encode64(File.binread(path))}")
end