Sha256: 81ff1d7e139254d1cbf820dab53c7d37475ff4878f329f4cdf0cce51daa116b6

Contents?: true

Size: 222 Bytes

Versions: 5

Compression:

Stored size: 222 Bytes

Contents

module BrighterPlanet
  module AutomobileTrip
    module Characterization
      def self.included(base)
        base.characterize do
          has :fuel_use
          has :fuel_type
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
automobile_trip-0.0.9 lib/automobile_trip/characterization.rb
automobile_trip-0.0.8 lib/automobile_trip/characterization.rb
automobile_trip-0.0.7 lib/automobile_trip/characterization.rb
automobile_trip-0.0.6 lib/automobile_trip/characterization.rb
automobile_trip-0.0.5 lib/automobile_trip/characterization.rb