lib/lhm/column_with_sql.rb in departure-3.0.0 vs lib/lhm/column_with_sql.rb in departure-3.0.1
- old
+ new
@@ -1,10 +1,10 @@
require 'forwardable'
module Lhm
- # Abstracts the details of a table column definition when specified with a MySQL
- # column definition string
+ # Abstracts the details of a table column definition when specified with a
+ # MySQL column definition string
class ColumnWithSql
extend Forwardable
# Returns the column's class to be used
#