metasploit-framework/data/msfweb/app/helpers/application_helper.rb

11 lines
221 B
Ruby

# Copyright (c) 2006 L.M.H <lmh@info-pull.com>
# All Rights Reserved.
# Methods added to this helper will be available to all templates in the application.
module ApplicationHelper
def return_os_string()
end
end