Class: RSpec::Mocks::Space

Inherits:
Object
  • Object
show all
Defined in:
opal/opal/rspec/fixes.rb

Overview

Opal does not support ObjectSpace, so force object id's

Instance Method Summary collapse

Instance Method Details

#id_for(object) ⇒ Object



59
60
61
# File 'opal/opal/rspec/fixes.rb', line 59

def id_for(object)
  object.__id__
end