Method: NanDoc::SpecDoc::GenericInstanceMethods#nandoc
- Defined in:
- lib/nandoc/spec-doc.rb
#nandoc ⇒ Object
54 55 56 57 58 59 |
# File 'lib/nandoc/spec-doc.rb', line 54 def nandoc @nandoc_agent ||= begin require File.dirname(__FILE__)+'/spec-doc/generic-agent' GenericAgent.new(self) end end |