class Naics2002Naics2007Concordance

Constants

TABLE_STRUCTURE

Public Class Methods

extract_note(description) click to toggle source

for data import

# File lib/earth/industry/naics_2002_naics_2007_concordance.rb, line 27
def self.extract_note(description)
  (note = description.match(/ - (.+)/)) ? note.captures.first : nil
end