module RubySocialClub
  class Event
    def start
      @wisdom = @attendees.inject(&:knowledge)
    end

    def conclude
      @attendees.each do |attendee|
        attendee.knowledge += @wisdom
      end
    end
  end
end
Proudly powered by
Ruby on Rails
Hosted by
Heroku
Source code available at
GitHub repository
developed by