Sha256: de44e904ed7e4b75fa1bbfc7e902487d345c028d6a8a64990fa0b132028b8838
Contents?: true
Size: 474 Bytes
Versions: 7
Compression:
Stored size: 474 Bytes
Contents
module BrighterPlanet module Dirigible module Data def self.included(base) base.col :distance, :type => :float base.col :payload, :type => :float base.col :surface_area, :type => :float base.col :dirigible_class_id, :type => :integer 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
7 entries across 7 versions & 1 rubygems