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



60
61
62
# File 'lib/rubycritic/analysers/helpers/ast_node.rb', line 60

def count_nodes_of_type(*)
  0
end

#get_module_namesObject



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

def get_module_names
  []
end