Sha256: cc9b0d38d945c90ad4387362dae19d2f1d7ab61cc631164be8a6b17f73a9587f

Contents?: true

Size: 443 Bytes

Versions: 1

Compression:

Stored size: 443 Bytes

Contents

module BrighterPlanet
  module Dirigible
    module Data
      def self.included(base)
        base.create_table do
          float :distance
          float :payload
          float :surface_area
          integer :dirigible_class_id
        end
        
        base.data_miner do
          process "the first step defined in the emitter module" do
            # just make sure i'm here
          end
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
emitter-0.5.1 spec/fixtures/dirigible/lib/dirigible/data.rb