Sha256: 009db40eabbe673cc90913d47f1b585e6857143cb80fb3e2c2f644bf84b78685

Contents?: true

Size: 125 Bytes

Versions: 5

Compression:

Stored size: 125 Bytes

Contents

module MySQLPoint::ColumnMethod
  def point(*args, **options)
    args.each{|name| column(name, :point, options) }
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mysql_point-1.0.4 lib/mysql_point/column_method.rb
mysql_point-1.0.3 lib/mysql_point/column_method.rb
mysql_point-1.0.2 lib/mysql_point/column_method.rb
mysql_point-1.0.1 lib/mysql_point/column_method.rb
mysql_point-1.0.0 lib/mysql_point/column_method.rb