Method: TabTool#docFile

Defined in:
lib/twb/tabtool.rb

#docFile(name) ⇒ Object



81
82
83
# File 'lib/twb/tabtool.rb', line 81

def docFile name
  @docDir.nil? ? name : "#{@docDir}/#{name}"
end