Method: RuboCop::CachedData#from_json

Defined in:
lib/rubocop/cached_data.rb

#from_json(text) ⇒ Object



13
14
15
# File 'lib/rubocop/cached_data.rb', line 13

def from_json(text)
  deserialize_offenses(JSON.load(text))
end