Method: Autodoc::Documents#initialize
- Defined in:
- lib/autodoc/documents.rb
#initialize ⇒ Documents
Returns a new instance of Documents.
5 6 7 |
# File 'lib/autodoc/documents.rb', line 5 def initialize @table = Hash.new {|table, key| table[key] = [] } end |