bug/bundler_fix
HD Moore 2015-03-23 14:35:08 -05:00
parent bc3c73e408
commit dfbaa6b42e
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ require 'rex/constants'
require 'rex/text'
#
# This module provides methods for calculating, extracting, and parsing
# This class provides methods for calculating, extracting, and parsing
# unique ID values used by payloads.
#
class Msf::Payload::UUID
@ -214,7 +214,6 @@ class Msf::Payload::UUID
Architectures[num]
end
#
# Instance methods
#