Method: MetricFu::SexpNode#hide_methods_from_next_round

Defined in:
lib/metric_fu/data_structures/sexp_node.rb

#hide_methods_from_next_roundObject



59
60
61
62
# File 'lib/metric_fu/data_structures/sexp_node.rb', line 59

def hide_methods_from_next_round
  sexp.find_and_replace_all(:defn, :ignore_me)
  sexp.find_and_replace_all(:defs, :ignore_me)
end