Sha256: 35042c43ea095e8693a0e64ff0613a4af513474017ae756413174cbb483f8b0b
Contents?: true
Size: 296 Bytes
Versions: 3
Compression:
Stored size: 296 Bytes
Contents
require "pathname" require "json_matchers/version" require "json_matchers/matcher" require "json_matchers/errors" module JsonMatchers class << self attr_accessor :schema_root end def self.path_to_schema(schema_name) Pathname.new(schema_root).join("#{schema_name}.json") end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
json_matchers-0.11.1 | lib/json_matchers.rb |
json_matchers-0.11.0 | lib/json_matchers.rb |
json_matchers-0.10.0 | lib/json_matchers.rb |