Class: Relaton::Plateau::Docidentifier

Inherits:
RelatonBib::DocumentIdentifier
  • Object
show all
Defined in:
lib/relaton/plateau/docidentifier.rb

Instance Method Summary collapse

Instance Method Details

#remove_editionObject



4
5
6
# File 'lib/relaton/plateau/docidentifier.rb', line 4

def remove_edition
  @id.sub!(/ \d+\.\d+$/, "")
end