Method: ROM::Session::Tracker#initialize
- Defined in:
- lib/rom/session/tracker.rb
#initialize ⇒ Tracker
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Tracker.
12 13 14 15 |
# File 'lib/rom/session/tracker.rb', line 12 def initialize @objects = {} @changelog = [] end |