18 19 20
# File 'lib/micro_q/util.rb', line 18 def self.json_parse @@json_parse ||= proc {|entry| JSON.parse(entry) } end