class Naics2002Sic1987Concordance
Constants
- TABLE_STRUCTURE
Public Class Methods
extract_note(description)
click to toggle source
for data import
# File lib/earth/industry/naics_2002_sic_1987_concordance.rb, line 27 def self.extract_note(description) (note = description.match /.+?\((.+)\)/) ? note.captures.first : nil end