module Bibliography

Constants

VERSION

Public Class Methods

subjects(standard=:BIC) click to toggle source

Convenience method for accessing the subject defininitions of the given standard

# File lib/bibliography.rb, line 8
def self.subjects(standard=:BIC)
  klass = Bibliography.const_get standard.upcase.to_s
  klass::Subject
end