class RuboCop::Cop::Style::SingleLineBlockParams

def method_names

def method_names
  methods.map { |method| method_name(method).to_sym }
end