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_typeObject



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

def count_nodes_of_type(*)
  0
end

#module_namesObject



71
72
73
# File 'lib/rubycritic/analysers/helpers/ast_node.rb', line 71

def module_names
  []
end