Class: RMARC::Constants

Inherits:
Object
  • Object
show all
Defined in:
lib/rmarc/constants.rb

Class Method Summary collapse

Class Method Details

.FTObject



34
35
36
# File 'lib/rmarc/constants.rb', line 34

def Constants.FT
  return "\036"
end

.RTObject



30
31
32
# File 'lib/rmarc/constants.rb', line 30

def Constants.RT
  return "\035"
end

.USObject



38
39
40
# File 'lib/rmarc/constants.rb', line 38

def Constants.US
  return "\037"
end

.VERSIONObject



26
27
28
# File 'lib/rmarc/constants.rb', line 26

def Constants.VERSION
  return "0.1.2"
end