# File lib/rbase/columns.rb, line 15 def self.column_for(type) throw "Unknown column type '#{type}'" unless @@types.has_key?(type) @@types[type] end