Sha256: 5dc3e01df7b3e66230acf3f39c7ede228a8e37c4f48b85082e98039e0d7e538b
Contents?: true
Size: 521 Bytes
Versions: 3
Compression:
Stored size: 521 Bytes
Contents
require "seqtrim_action" ######################################################## # Author: Dario Guerrero # # Defines the main methods that are necessary to execute Plugin1 # Inherit: Plugin ######################################################## class ActionTrim < SeqtrimAction def initialize(start_pos,end_pos) super(start_pos,end_pos) @cut =true end def apply_decoration(char) return char.red.italic end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
seqtrimnext-2.0.68 | lib/seqtrimnext/actions/action_trim.rb |
seqtrimnext-2.0.66 | lib/seqtrimnext/actions/action_trim.rb |
seqtrimnext-2.0.62 | lib/seqtrimnext/actions/action_trim.rb |