class RuboCop::Cop::Style::SingleLineBlockParams

def method_names

def method_names
  methods.map { |e| e.keys.first.to_sym }
end