class RuboCop::Cop::Style::PreferredHashMethods
def proper_method_name(method_name)
def proper_method_name(method_name) if style == :verbose "has_#{method_name}" else method_name.to_s.delete_prefix('has_') end end
def proper_method_name(method_name) if style == :verbose "has_#{method_name}" else method_name.to_s.delete_prefix('has_') end end