Remove needless accessor definition

This commit is contained in:
yoshihara 2015-04-21 15:26:49 +09:00
parent 74cff38dc9
commit 6158e4db8f

View File

@ -6,8 +6,6 @@ require "regexp_preview/single_line"
require "regexp_preview/multi_line"
module RegexpPreview
attr_reader :file, :format, :params, :time_format, :regexp
def self.processor(format)
case format
when "multiline"