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