# File lib/commander/user_interaction.rb, line 363 def respond_to_missing?(method_name, include_private = false) method_name.to_s.start_with?('ask_for_') || super end