From d4cb7e9086353be2b399ff7262f3bed77b56204c Mon Sep 17 00:00:00 2001 From: Postmodern Date: Fri, 26 Jul 2024 20:45:45 -0700 Subject: [PATCH] Include `Ronin::Web::Browser::Mixin` into `Ronin::Web` for `ronin-web irb`. --- lib/ronin/web.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ronin/web.rb b/lib/ronin/web.rb index b96b50e..53232c0 100644 --- a/lib/ronin/web.rb +++ b/lib/ronin/web.rb @@ -35,5 +35,6 @@ module Ronin module Web include OpenNamespace include Support::Web + include Browser::Mixin end end