module TheSchemaIs::Cops
Public Class Methods
schema_cache()
click to toggle source
# File lib/the_schema_is/cops.rb, line 18 def self.schema_cache @schema_cache ||= Hash.new { |h, path| h[path] = Cops::Parser.schema(path) } end