mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
6 lines
121 B
Ruby
6 lines
121 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
require_relative 'freeze_magic_comment_required'
|
||
|
|
||
|
p "abc".object_id == $second_literal_id
|