Method: OutdatedError#initialize
- Defined in:
- lib/ObjectModel/Errors/OutdatedError.rb
#initialize(outdated) ⇒ OutdatedError
Returns a new instance of OutdatedError.
4 5 6 7 |
# File 'lib/ObjectModel/Errors/OutdatedError.rb', line 4 def initialize outdated super() @outdated = outdated end |