Method: Test#sideeffect
- Defined in:
- lib/construqt/tests/test_utils.rb
#sideeffect ⇒ Object (readonly)
def initialize
puts ">>>test instance=#{"%x"%self.object_id} class=#{"%x"%self.class.object_id}"
end
7 8 9 |
# File 'lib/construqt/tests/test_utils.rb', line 7 def sideeffect @sideeffect end |