Method: RTKIT::Study#hash

Defined in:
lib/rtkit/study.rb

#hashObject

Generates a Fixnum hash value for this instance.



148
149
150
# File 'lib/rtkit/study.rb', line 148

def hash
  state.hash
end