0

I have the magic comment # -*- encoding : utf-8 -*- at the top of every ruby file in my Rails app. Thing is, it shows up in my YARD docs in the Overview section of each class definition:

Overview

-*- encoding : utf-8 -*- The Book model contains a number of   #etc

Is there a way I can omit it?

snowangel
  • 3,452
  • 3
  • 29
  • 72

1 Answers1

0

What if you remove this magic comment and format your file to UTF-8?

Luiz E.
  • 6,769
  • 10
  • 58
  • 98