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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top