class ActionEmptyInsert

Author: Almudena Bocinos Rioboo

Defines the main methods that are necessary to execute ActionShortInserted

Inherit: Plugin

Public Class Methods

new(start_pos,end_pos) click to toggle source
Calls superclass method SeqtrimAction::new
# File lib/seqtrimnext/actions/action_empty_insert.rb, line 12
def initialize(start_pos,end_pos)
  super(start_pos,end_pos)    
  @cut =false
  @informative = true
end

Public Instance Methods

apply_decoration(char) click to toggle source
# File lib/seqtrimnext/actions/action_empty_insert.rb, line 18
def apply_decoration(char)
  return char
end