module Rails::Command

def print_commands # :nodoc:

:nodoc:
def print_commands # :nodoc:
  commands.each { |command| puts("  #{command}") }
end