Sha256: 99aafe5bd9b3ee4166be58577f9d0741365878c7f780bd40b9c7cb1b19fd4862
Contents?: true
Size: 192 Bytes
Versions: 6
Compression:
Stored size: 192 Bytes
Contents
# frozen_string_literal: true module Srx module Format # Support for plain text class Text < BaseFormat def extract_markups(str) [str, []] end end end end
Version data entries
6 entries across 6 versions & 1 rubygems