문제

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