metasploit-framework/lib/rkelly/nodes/prefix_node.rb

7 lines
82 B
Ruby

module RKelly
module Nodes
class PrefixNode < PostfixNode
end
end
end