Sha256: 2188acf67293751743fb57ca898aed1df721dcb6e5f8bc4656f580fd1a4a8094

Contents?: true

Size: 326 Bytes

Versions: 4

Compression:

Stored size: 326 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
automobile-0.0.16 lib/automobile/summarization.rb
automobile-0.0.15 lib/automobile/summarization.rb
automobile-ruby19-0.0.13 lib/automobile/summarization.rb
automobile-0.0.13 lib/automobile/summarization.rb