Module: Pubid::Bsi
- Defined in:
- lib/pubid/bsi.rb,
lib/pubid/bsi/model.rb,
lib/pubid/bsi/parser.rb,
lib/pubid/bsi/scheme.rb,
lib/pubid/bsi/builder.rb,
lib/pubid/bsi/identifier.rb,
lib/pubid/bsi/identifiers.rb,
lib/pubid/bsi/urn_generator.rb,
lib/pubid/bsi/components/code.rb,
lib/pubid/bsi/components/date.rb,
lib/pubid/bsi/components/type.rb,
lib/pubid/bsi/identifiers/set.rb,
lib/pubid/bsi/identifiers/base.rb,
lib/pubid/bsi/identifiers/disc.rb,
lib/pubid/bsi/identifiers/flex.rb,
lib/pubid/bsi/identifiers/index.rb,
lib/pubid/bsi/single_identifier.rb,
lib/pubid/bsi/identifiers/method.rb,
lib/pubid/bsi/identifiers/section.rb,
lib/pubid/bsi/components/publisher.rb,
lib/pubid/bsi/identifiers/handbook.rb,
lib/pubid/bsi/identifiers/amendment.rb,
lib/pubid/bsi/identifiers/corrigendum.rb,
lib/pubid/bsi/identifiers/test_method.rb,
lib/pubid/bsi/identifiers/draft_document.rb,
lib/pubid/bsi/identifiers/national_annex.rb,
lib/pubid/bsi/identifiers/practice_guide.rb,
lib/pubid/bsi/identifiers/electronic_book.rb,
lib/pubid/bsi/identifiers/british_standard.rb,
lib/pubid/bsi/identifiers/addendum_document.rb,
lib/pubid/bsi/identifiers/expert_commentary.rb,
lib/pubid/bsi/identifiers/aerospace_standard.rb,
lib/pubid/bsi/identifiers/bundled_identifier.rb,
lib/pubid/bsi/identifiers/committee_document.rb,
lib/pubid/bsi/identifiers/published_document.rb,
lib/pubid/bsi/identifiers/supplement_document.rb,
lib/pubid/bsi/identifiers/supplementary_index.rb,
lib/pubid/bsi/identifiers/standalone_amendment.rb,
lib/pubid/bsi/identifiers/adopted_european_norm.rb,
lib/pubid/bsi/identifiers/detailed_specification.rb,
lib/pubid/bsi/identifiers/explanatory_supplement.rb,
lib/pubid/bsi/identifiers/consolidated_identifier.rb,
lib/pubid/bsi/identifiers/technical_specification.rb,
lib/pubid/bsi/identifiers/value_added_publication.rb,
lib/pubid/bsi/identifiers/british_industrial_practice.rb,
lib/pubid/bsi/identifiers/adopted_international_standard.rb,
lib/pubid/bsi/identifiers/publicly_available_specification.rb
Defined Under Namespace
Modules: Components, Identifier, Identifiers Classes: Builder, Collection, ExpertCommentary, NationalAnnex, Parser, Scheme, SingleIdentifier, Supplement, UrnGenerator
Class Method Summary collapse
Class Method Details
.parse(string) ⇒ Object
21 22 23 |
# File 'lib/pubid/bsi.rb', line 21 def self.parse(string) Identifier.parse(string) end |