class Deface::Actions::Remove

Public Instance Methods

execute(target_range) click to toggle source
# File lib/deface/actions/remove.rb, line 4
def execute(target_range)
  target_range.map(&:remove)
end
range_compatible?() click to toggle source
# File lib/deface/actions/remove.rb, line 8
def range_compatible?
  true
end