Class: Documentation::Mixin

Inherits:
Namespace
  • Object
show all
Defined in:
lib/pdoc/parser/documentation_nodes.rb

Instance Method Summary collapse

Methods inherited from Namespace

#klass?, #mixins

Methods inherited from Base

#alias_of, #deprecated?, #description, #doc_parent, #ebnf_expressions, #full_name, #inspect, #klass, #klass_name, #name, #namespace, #namespace_string, #parent_id, #related_to, #root, #section_name, #serialize, #signature, #src_code_line, #tags, #to_yaml

Methods included from Memoized

#avoid_infinite_method_added_loop, #memoize, #method_added

Instance Method Details

#mixin?Boolean



475
476
477
# File 'lib/pdoc/parser/documentation_nodes.rb', line 475

def mixin?
  true
end

#typeObject



479
480
481
# File 'lib/pdoc/parser/documentation_nodes.rb', line 479

def type
  "mixin"
end