Sha256: 5d24b1b7dd770c773e7289b6a6053be7049b5c15a206827b725c3e5297874379
Contents?: true
Size: 276 Bytes
Versions: 20
Compression:
Stored size: 276 Bytes
Contents
# This file will be safe loaded three times. # The first one fail because B and C constant are not defined # The second one file because B requires C constant so will not be loaded # The third one B and C are defined # But here we need some of b.rb A_result = [B, C] A = "A"
Version data entries
20 entries across 20 versions & 2 rubygems