Method: ReVIEW::HTMLToc#initialize
- Defined in:
- lib/review/htmltoc.rb
#initialize(basedir) ⇒ HTMLToc
3 4 5 6 |
# File 'lib/review/htmltoc.rb', line 3 def initialize(basedir) @tochtmltxt = 'toc-html.txt' @basedir = basedir end |
3 4 5 6 |
# File 'lib/review/htmltoc.rb', line 3 def initialize(basedir) @tochtmltxt = 'toc-html.txt' @basedir = basedir end |