lib/automobile/summarization.rb in automobile-0.0.12 vs lib/automobile/summarization.rb in automobile-0.0.13
- old
+ new
@@ -1,11 +1,8 @@
-require 'summary_judgement'
-
module BrighterPlanet
module Automobile
module Summarization
def self.included(base)
- base.extend SummaryJudgement
base.summarize do |has|
has.adjective :model_year
has.adjective :make
has.adjective :model
has.identity 'automobile'