Sha256: 86312b1f9df8c607f039bfe3fe1742decfed71cddb6f13716b7e1034dc5f3ba6

Contents?: true

Size: 336 Bytes

Versions: 5

Compression:

Stored size: 336 Bytes

Contents

module BrighterPlanet
  module Automobile
    module Summarization
      def self.included(base)
        base.summarize do |has|
          has.adjective :make_model_year
          has.adjective :make
          has.adjective :make_model
          has.identity 'automobile'
          has.verb :own
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
automobile-0.1.5 lib/automobile/summarization.rb
automobile-0.1.3 lib/automobile/summarization.rb
automobile-0.1.2 lib/automobile/summarization.rb
automobile-0.1.1 lib/automobile/summarization.rb
automobile-0.1.0 lib/automobile/summarization.rb