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

7 lines
93 B
Ruby

module RKelly
module Nodes
class FunctionDeclNode < FunctionExprNode
end
end
end