11 lines
160 B
Ruby
11 lines
160 B
Ruby
require 'avm/controlled_vocabulary'
|
|
|
|
module AVM
|
|
module CoordinateFrame
|
|
TERMS = %w{ICRS FK5 FK4 ECL GAL SGAL}
|
|
|
|
include ControlledVocabulary
|
|
end
|
|
end
|
|
|