Module: MySQLPoint::ColumnMethod
- Defined in:
- lib/mysql_point/column_method.rb
Instance Method Summary collapse
Instance Method Details
#point(*args, **options) ⇒ Object
2 3 4 |
# File 'lib/mysql_point/column_method.rb', line 2 def point(*args, **) args.each{|name| column(name, :point, ) } end |