Sha256: 78f31d8793fe2e072f7cdb970c1f4e0ff7aa262d6540915414b74a3f1af89e7a
Contents?: true
Size: 458 Bytes
Versions: 10
Compression:
Stored size: 458 Bytes
Contents
module Weskit::WML::Formatters class AnsiColorElement < Element include ::Weskit::WML::Formatters::AnsiColor private def defaults hash = super hash[:amend_char] = control hash[:amend_char] hash[:closing_char] = control hash[:closing_char] hash[:closing] = control hash[:closing] hash[:opening] = control hash[:opening] hash end def name element element super end end end
Version data entries
10 entries across 10 versions & 1 rubygems