Method: Codez::Fips.from_zip

Defined in:
lib/codez/fips.rb

.from_zip(zip) ⇒ Object



10
11
12
# File 'lib/codez/fips.rb', line 10

def self.from_zip(zip)
  data[zip.to_s]
end