lib/uncharted/territory.rb in uncharted-0.0.14 vs lib/uncharted/territory.rb in uncharted-0.0.15
- old
+ new
@@ -97,10 +97,10 @@
code, name, type = row.collect {|c| c && c.strip}
type && type.downcase!
# puts "Importing: #{code} :: #{name} :: #{type}"
new(code, name, type) if code =~ /^[A-Z]{2}-[A-Z0-9]{1,3}$/ && name && name.size > 0
end
- Territory.data.each {|code, t| puts t.inspect}
+ #Territory.data.each {|code, t| puts t.inspect}
end
end
end