Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
RSpec.shared_examples_for 'Msf::Module::Network' do
it { is_expected.to respond_to :comm }
it { is_expected.to respond_to :support_ipv6? }
it { is_expected.to respond_to :target_host }
it { is_expected.to respond_to :target_port }
end