Sha256: 46581089e6d40e481a273a4e92aa51a1a21b9b3a9a9742149e7b9dc69b21f5aa
Contents?: true
Size: 555 Bytes
Versions: 8
Compression:
Stored size: 555 Bytes
Contents
# frozen_string_literal: true require 'eac_ruby_utils/core_ext' require 'ehbrs_ruby_utils/bga/whatsapp_formatter/option' module EhbrsRubyUtils module Bga class Table module WhatsappFormatters class Base class FormatOption acts_as_instance_method common_constructor :table_formatter, :option # @return [String] def result ::EhbrsRubyUtils::Bga::WhatsappFormatter::Option.assert(option).to_s end end end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems