Sha256: fcdae96fb410b08c6d1bf40a8c1c9da7b89cb924ddb96a93899ed40fb4806f3a
Contents?: true
Size: 570 Bytes
Versions: 28
Compression:
Stored size: 570 Bytes
Contents
require "seqtrim_action" ######################################################## # Author: Almudena Bocinos Rioboo # # Defines the main methods that are necessary to execute Plugin1 # Inherit: Plugin ######################################################## class ActionIgnoreRepeated < SeqtrimAction def initialize(start_pos,end_pos) super(start_pos,end_pos) @cut =false end def apply_decoration(char) return char # return char.magenta.negative end end
Version data entries
28 entries across 28 versions & 1 rubygems