Sha256: 23d0d06ac0bc00b9d4e4b921bf075a91b56cfdd36640210898659d7ce8afe4db
Contents?: true
Size: 318 Bytes
Versions: 20
Compression:
Stored size: 318 Bytes
Contents
# frozen_string_literal: true # Released under the MIT License. # Copyright, 2021-2022, by Samuel Williams. require_relative '../terminal/logger' module Console module Output module Text def self.new(output, **options) Terminal::Logger.new(output, format: Terminal::Text, **options) end end end end
Version data entries
20 entries across 20 versions & 1 rubygems