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



58
59
60
# File 'lib/rubycritic/analysers/helpers/ast_node.rb', line 58

def count_nodes_of_type(*)
  0
end

#get_module_namesObject



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

def get_module_names
  []
end