Module: BrighterPlanet::Automobile::Summarization
- Defined in:
- lib/automobile/summarization.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 7 8 9 10 11 12 |
# File 'lib/automobile/summarization.rb', line 4 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 |