Class: RDoc::Generator::Mdoc::UnknownClass
- Inherits:
-
Object
- Object
- RDoc::Generator::Mdoc::UnknownClass
- Defined in:
- lib/rdoc/generator/mdoc/unknown_class.rb
Instance Method Summary collapse
-
#initialize(full_name) ⇒ UnknownClass
constructor
A new instance of UnknownClass.
- #reference ⇒ Object
Constructor Details
#initialize(full_name) ⇒ UnknownClass
Returns a new instance of UnknownClass.
3 4 5 |
# File 'lib/rdoc/generator/mdoc/unknown_class.rb', line 3 def initialize(full_name) @full_name = full_name end |
Instance Method Details
#reference ⇒ Object
7 8 9 |
# File 'lib/rdoc/generator/mdoc/unknown_class.rb', line 7 def reference @full_name end |