# frozen_string_literal: true module CommandTag::Commands::HelloWorld def handle_hello_world_at_start @text << "\nHello, world!" end end