Sha256: 926f95382521f76bc77f6f635d7cc43c670a61a2387500ea372cc04800a09715

Contents?: true

Size: 203 Bytes

Versions: 3

Compression:

Stored size: 203 Bytes

Contents

require 'ostruct'
require 'debug_helper'

ostruct_0 = OpenStruct.new
ostruct_1 = OpenStruct.new
ostruct_0.a = ostruct_1
ostruct_1.a = ostruct_0
DebugHelper.show(ostruct_0, 'My circular ostruct')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
debug_helper-2.1.0 markdown/readme/classes/open_struct/circular/show.rb
debug_helper-2.0.0 markdown/readme/classes/open_struct/circular/show.rb
debug_helper-1.8.0 markdown/readme/classes/open_struct/circular/show.rb