From dcecbb4234e5b0e4751b57ce49c7afbf0775f937 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Fri, 18 Sep 2015 17:05:05 +0900 Subject: File encoding is defaulted to utf-8 in Ruby >= 2.1 --- guides/rails_guides/markdown.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'guides') diff --git a/guides/rails_guides/markdown.rb b/guides/rails_guides/markdown.rb index 17035069d0..69c7cd5136 100644 --- a/guides/rails_guides/markdown.rb +++ b/guides/rails_guides/markdown.rb @@ -1,5 +1,3 @@ -# encoding: utf-8 - require 'redcarpet' require 'nokogiri' require 'rails_guides/markdown/renderer' -- cgit v1.2.3