class Airbrake::Rails::Event

def rails_7_0?

def rails_7_0?
  ::Rails::VERSION::MAJOR == 7 && ::Rails::VERSION::MINOR == 0
end