Sha256: 81771aa82e7c5b69dcaade90892d27674dee9ae7d8a5fbaf277723c199a322cd
Contents?: true
Size: 817 Bytes
Versions: 15
Compression:
Stored size: 817 Bytes
Contents
# frozen_string_literal: true require 'eac_ruby_utils/core_ext' require 'ehbrs_ruby_utils/bga/table/whatsapp_formatters/base' module EhbrsRubyUtils module Bga class Table module WhatsappFormatters class Beginning < ::EhbrsRubyUtils::Bga::Table::WhatsappFormatters::Base PLAYERS_TITLE = 'Jogadores' ROOT_ITEMS_TITLE = 'Mesa iniciada' TITLE_ICON = 0x2694.chr(::Encoding::UTF_8) # @return [String] def players_title PLAYERS_TITLE end # @return [String] def root_items_title ROOT_ITEMS_TITLE end # @return [String] def title_icon TITLE_ICON end require_sub __FILE__, require_mode: :kernel end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems