module GHWikiTools

GHWikiTools is a name space for ghwikitools library.

Constants

EXTENSIONS

available extensions in GitHub wiki

VERSION

version of ghwikitools

Attributes

dir[R]

@return [Pathname]

path of GitHub wiki directory

Public Class Methods

dir=(path) click to toggle source

Set GitHub wiki cloned directory.

@param path [String,Pathname]

path of GitHub wiki cloned directory

@return [void]

# File lib/ghwikitools.rb, line 37
def dir=(path)
  @dir = Pathname.new(path)
end