Module: Pubid::Astm

Defined in:
lib/pubid/astm.rb,
lib/pubid/astm/parser.rb,
lib/pubid/astm/scheme.rb,
lib/pubid/astm/builder.rb,
lib/pubid/astm/identifier.rb,
lib/pubid/astm/urn_generator.rb,
lib/pubid/astm/components/code.rb,
lib/pubid/astm/identifiers/base.rb,
lib/pubid/astm/single_identifier.rb,
lib/pubid/astm/identifiers/manual.rb,
lib/pubid/astm/identifiers/adjunct.rb,
lib/pubid/astm/identifiers/standard.rb,
lib/pubid/astm/identifiers/monograph.rb,
lib/pubid/astm/identifiers/data_series.rb,
lib/pubid/astm/identifiers/research_report.rb,
lib/pubid/astm/identifiers/technical_report.rb,
lib/pubid/astm/identifiers/work_in_progress.rb,
lib/pubid/astm/identifiers/iso_dual_published.rb

Defined Under Namespace

Modules: Components, Identifiers Classes: Builder, Identifier, Parser, Scheme, SingleIdentifier, UrnGenerator

Class Method Summary collapse

Class Method Details

.parse(str) ⇒ Object



29
30
31
# File 'lib/pubid/astm.rb', line 29

def self.parse(str)
  Identifier.parse(str)
end