# sig/sterile/data/codepoints_data.rbs class Sterile::Data def self.codepoints_data: () -> untyped def self.html_entities_data: () -> untyped def self.plain_format_rules: () -> untyped def self.smart_format_rules: () -> untyped end # sig/sterile/data/codepoints_data.rbs module Sterile def codepoints_data: () -> untyped def decode_entities: () -> untyped def encode_entities: () -> untyped def gsub_tags: () -> untyped def html_entities_data: () -> untyped def plain_format: () -> untyped def plain_format_rules: () -> untyped def plain_format_tags: () -> untyped def scan_tags: () -> untyped def sluggerize: () -> untyped def smart_format: () -> untyped def smart_format_rules: () -> untyped def smart_format_tags: () -> untyped def sterilize: () -> untyped def strip_tags: () -> untyped def titlecase: () -> untyped def transliterate: () -> untyped def transmogrify: () -> untyped def trim_whitespace: () -> untyped end # sig/sterile/string_extensions.rbs module Sterile::StringExtensions def self.included: () -> untyped end