Class: Generator
Overview
Register the TDoc generator (in case you want to actually use it). method echos RDoc generator registration (see ‘rdoc/rdoc’ line 76)
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
359 360 361 |
# File 'lib/tap/support/tdoc.rb', line 359 def class_name @class_name end |
#file_name ⇒ Object
Returns the value of attribute file_name
359 360 361 |
# File 'lib/tap/support/tdoc.rb', line 359 def file_name @file_name end |
#key ⇒ Object
Returns the value of attribute key
359 360 361 |
# File 'lib/tap/support/tdoc.rb', line 359 def key @key end |