Module: GHWikiTools

Defined in:
lib/ghwikitools.rb,
lib/ghwikitools/page.rb,
lib/ghwikitools/command.rb,
lib/ghwikitools/snippet.rb,
lib/ghwikitools/version.rb

Overview

GHWikiTools is a name space for ghwikitools library.

Defined Under Namespace

Classes: Command, Page, Snippet, SnippetContext

Constant Summary collapse

EXTENSIONS =

available extensions in GitHub wiki

[
  :asciidoc , # ASCIIDoc
  :creole   , # Creole
  :md       , # Markdown
  :org      , # Org Mode
  :pod      , # Pod
  :rdoc     , # RDoc
  :rest     , # ReStructuredText
  :textile  , # Textile
  :mediawiki  # MediaWiki
]
VERSION =

version of ghwikitools

"0.0.2"

Class Attribute Summary collapse

Class Attribute Details

.dirPathname

Returns path of GitHub wiki directory.

Returns:

  • (Pathname)

    path of GitHub wiki directory



30
31
32
# File 'lib/ghwikitools.rb', line 30

def dir
  @dir
end