module SchemaDoc
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/schema_doc.rb, line 19 def self.configure yield(configuration) end
reset()
click to toggle source
# File lib/schema_doc.rb, line 15 def self.reset @configuration = Configuration.new end
root()
click to toggle source
# File lib/schema_doc.rb, line 23 def self.root File.expand_path('../..', __FILE__) end