Object
# File lib/dm-migrations/sql/table.rb, line 11 11: def column(column_name) 12: @columns.select { |c| c.name == column_name.to_s }.first 13: end
# File lib/dm-migrations/sql/table.rb, line 7 7: def to_s 8: name 9: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.