Closed twosevenzero closed 7 years ago
@twosevenzero i'm fine with this, and routes to a handful of fixes/updates we need to include for Ruby2.4
I'm going to create a new branch to target and merge your PR into there.
Thanks again for this PR, and look forward to that branch removing any/most deprecation warnings.
Description
::Fixnum is deprecated in Ruby 2.4. Updated with kind_of?(Integer).
Motivation and Context
Just a minor update to stop warnings for deprecated features.
How Has This Been Tested?
Ported the changes from the rapid7/rex-mime project.
Types of changes