class MatchesMfaSerial

Match mfa_serial

Public Class Methods

===(item) click to toggle source
# File lib/matches_mfa_serial.rb, line 4
def self.===(item)
  item.include?('mfa_serial')
end