Module: Pubid::Plateau::Identifier

Extended by:
Core::Identifier
Defined in:
lib/pubid/plateau/identifier.rb,
lib/pubid/plateau/identifier/base.rb,
lib/pubid/plateau/identifier/handbook.rb,
lib/pubid/plateau/identifier/technical_report.rb

Defined Under Namespace

Classes: Base, Handbook, TechnicalReport

Class Method Summary collapse

Class Method Details

.parse(*args) ⇒ Object

See Also:

  • Identifier::Base.parse


7
8
9
# File 'lib/pubid/plateau/identifier.rb', line 7

def parse(*args)
  Base.parse(*args)
end