Method: Onoma::Migrator::Reference#item_removal

Defined in:
lib/onoma/migrator/reference.rb

#item_removal(action) ⇒ Object



66
67
68
# File 'lib/onoma/migrator/reference.rb', line 66

def item_removal(action)
  @set.remove_item(action.nomenclature, action.name)
end