module Help
Provides help-related methods
Public Instance Methods
help()
click to toggle source
# File lib/help.rb, line 3 def help File.open(Application.strings_dir + '/help.txt').read end
Provides help-related methods
# File lib/help.rb, line 3 def help File.open(Application.strings_dir + '/help.txt').read end