Class: YARD::CodeObjects::ClassObject

Inherits:
Object
  • Object
show all
Defined in:
lib/yard-js/core_ext/yard/code_objects.rb

Instance Method Summary collapse

Constructor Details

#initialize(namespace, name, *args, &block) ⇒ ClassObject

Returns a new instance of ClassObject.



39
40
41
42
# File 'lib/yard-js/core_ext/yard/code_objects.rb', line 39

def initialize(namespace, name, *args, &block)
  super
  self.superclass = "Object"
end