From 42e2ca35e1e76699c5cbe8b35ffe8964a67c40fc Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Sat, 13 Feb 2016 10:31:05 +0100 Subject: cleanup --- lib/coderay/scanners/json5.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/scanners/json5.rb') diff --git a/lib/coderay/scanners/json5.rb b/lib/coderay/scanners/json5.rb index 2933483..2b2dbdd 100644 --- a/lib/coderay/scanners/json5.rb +++ b/lib/coderay/scanners/json5.rb @@ -44,7 +44,7 @@ module Scanners protected scan_tokens_code = <<-"RUBY" - def scan_tokens encoder, options + def scan_tokens encoder, options#{ def_line = __LINE__; nil } state = options[:state] || @state if [:string, :key].include? state -- cgit v1.2.1