Class: Rubycritic::AST::EmptyNode

Inherits:
Object
  • Object
show all
Defined in:
lib/rubycritic/analysers/helpers/ast_node.rb

Instance Method Summary collapse

Instance Method Details

#count_nodes_of_type(*types) ⇒ Object



63
64
65
# File 'lib/rubycritic/analysers/helpers/ast_node.rb', line 63

def count_nodes_of_type(*types)
  0
end

#get_module_namesObject



67
68
69
# File 'lib/rubycritic/analysers/helpers/ast_node.rb', line 67

def get_module_names
  []
end