Files
metasploit-gs/lib/metasploit/framework/core.rb
T
Luke Imhoff 22db5aad8a Remove Msf::Framework::VersionCore
MSP-10998

It can't handle 4.10.0 because it tries to compact the multiple part
version into one float using (1 / 10.0).
2014-08-01 21:31:48 -05:00

7 lines
71 B
Ruby

module Metasploit
module Framework
module Core
end
end
end