Method: Revision#initialize
- Defined in:
-
lib/soks-model.rb,
lib/soks-upgrade-0.0.2.rb
Returns a new instance of Revision.
9 10 11 |
# File 'lib/soks-model.rb', line 9 def initialize( page, number, changes, , created_on = Time.now ) @page, @number, @changes, @author, @created_on = page, number, changes, , created_on end |