class Spring::CommandWrapper
def description
def description if command.respond_to?(:description) command.description else "Runs the #{name} command" end end
def description if command.respond_to?(:description) command.description else "Runs the #{name} command" end end