# File lib/puppet/application/doc.rb, line 58 58: def run_command 59: return[:rdoc].include?(options[:mode]) ? send(options[:mode]) : other 60: end