Sha256: 59370a51ed40efd90e30558cb9599084bed32cdf18eb91e96da5cf3689977324

Contents?: true

Size: 239 Bytes

Versions: 3

Compression:

Stored size: 239 Bytes

Contents

# encoding: utf-8
module DocTag
  class Schema
    # Get the path to schema files. So it can be used f.ex. with
    # gem json_schema_tools
    def self.path
      File.expand_path( '../../schema', File.dirname(__FILE__))
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
doctag_json_schema-1.0.2 lib/doc_tag/schema.rb
doctag_json_schema-1.0.1 lib/doc_tag/schema.rb
doctag_json_schema-1.0.0 lib/doc_tag/schema.rb