Class: RDoc::Generator::Mdoc::UnknownClass

Inherits:
Object
  • Object
show all
Defined in:
lib/rdoc/generator/mdoc/unknown_class.rb

Instance Method Summary collapse

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

#referenceObject



7
8
9
# File 'lib/rdoc/generator/mdoc/unknown_class.rb', line 7

def reference
  @full_name
end