class RuboCop::Cop::RSpec::HookArgument

def implicit_style?

def implicit_style?
  style.equal?(:implicit)
end