Add BBS::Color module with c() helper

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-30 10:34:36 +02:00
parent c01159dc23
commit bd8aa51684
2 changed files with 18 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
# frozen_string_literal: true
require_relative 'bbs/color'
require_relative 'bbs/config'
require_relative 'bbs/telnet'
require_relative 'bbs/banner'