Module: Docwatch
- Defined in:
- lib/docwatch.rb,
lib/docwatch/logger.rb,
lib/docwatch/parser.rb,
lib/docwatch/session.rb,
lib/docwatch/version.rb,
lib/docwatch/watcher.rb,
lib/docwatch/renderer.rb,
lib/docwatch/util/html.rb,
lib/docwatch/connection.rb,
lib/docwatch/renderer/html.rb,
lib/docwatch/renderer/markdown.rb,
lib/docwatch/parser/frontmatter.rb
Defined Under Namespace
Modules: Util Classes: Connection, Logger, Parser, Renderer, Session, Watcher
Constant Summary collapse
- VERSION =
'2.3.0'
Class Method Summary collapse
Class Method Details
.root_dir ⇒ Object
16 17 18 |
# File 'lib/docwatch.rb', line 16 def self.root_dir File.('..', __dir__) end |