summaryrefslogtreecommitdiff
path: root/include/ruby/debug.h
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2023-12-04 15:10:12 -0500
committerJemma Issroff <jemmaissroff@gmail.com>2023-12-04 16:45:18 -0500
commit33bc22efe5d372898f3a37004f324f7457e9a944 (patch)
treed3d1b1cef47865fb9a6c55420e74b902183ec2d1 /include/ruby/debug.h
parentc23b2e5353f08a7131c77567f89d3aae707bdd25 (diff)
[PRISM] Implement `PM_INTERPOLATED_STRING_NODE`
Implements `PM_INTERPOLATED_STRING_NODE` for `defined?` Code: ```ruby defined?("#{expr}") ``` ``` "********* Ruby *************" == disasm: #<ISeq:<compiled>@<compiled>:0 (0,0)-(0,19)> 0000 putobject "expression" 0002 leave "********* PRISM *************" == disasm: #<ISeq:<compiled>@<compiled>:0 (0,0)-(0,19)> 0000 putobject "expression" 0002 leave ```
Diffstat (limited to 'include/ruby/debug.h')
0 files changed, 0 insertions, 0 deletions