Class: DocTag::Schema

Inherits:
Object
  • Object
show all
Defined in:
lib/doc_tag/schema.rb,
lib/doc_tag/version.rb

Constant Summary collapse

VERSION =

gem version

'1.0.2'

Class Method Summary collapse

Class Method Details

.pathObject

Get the path to schema files. So it can be used f.ex. with gem json_schema_tools



6
7
8
# File 'lib/doc_tag/schema.rb', line 6

def self.path
  File.expand_path( '../../schema', File.dirname(__FILE__))
end