Sha256: 1c618d6b3cd9541de43e49b5cd144a250e0f06da0bb4d5b7ae1f1e57bdd8c1fb
Contents?: true
Size: 186 Bytes
Versions: 3
Compression:
Stored size: 186 Bytes
Contents
# frozen_string_literal: true module Armg module TableDefinitionExt def geometry(*args, **options) args.each { |name| column(name, :geometry, **options) } end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
armg-0.11.0 | lib/armg/table_definition_ext.rb |
armg-0.10.0 | lib/armg/table_definition_ext.rb |
armg-0.9.0 | lib/armg/table_definition_ext.rb |