Method: Formotion::Base#hash

Defined in:
lib/formotion/base.rb

#hashObject

Needed so things like @targets with KVO

(storing Row instances as keys of a hash)


25
26
27
# File 'lib/formotion/base.rb', line 25

def hash
  "#{self.class.name}-id-#{object_id}".hash
end