13 14 15 16
# File 'lib/metar/parser.rb', line 13 def self.for_cccc(cccc) raw = Metar::Raw::Noaa.new(cccc) new(raw) end