= private = protected
commands()
Returns an Array of method names which have any options.
p FileUtils.commands #=> ["chmod", "cp", "cp_r", "install", ...]
# File lib/fileutils.rb, line 1640 def FileUtils.commands OPT_TABLE.keys end