Sha256: 023e3ed26219fb531899710c03461869a054f0525256b6476ba3e15cd6da7eef

Contents?: true

Size: 151 Bytes

Versions: 2

Compression:

Stored size: 151 Bytes

Contents

module MastodonCthulhu
    class Random < MastodonCthulhu::Convert
  
      def convert(input)
        input + @replaces.sample
      end
    end
  end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mastodon_cthulhu-0.1.1 lib/mastodon_cthulhu/convert_random.rb
mastodon_cthulhu-0.1.0 lib/mastodon_cthulhu/convert_random.rb