Skip to content

Commit

Permalink
ruby.2: backport a fix for step6 tests from stepA source to step9 source
Browse files Browse the repository at this point in the history
  • Loading branch information
asarhaddon authored and kanaka committed Aug 3, 2024
1 parent 4834c2c commit f00cc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impls/ruby.2/step9_try.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def boot_repl!
Types::Symbol.for("eval"),

Types::Builtin.new("eval") do |mal|
Mal.EVAL(mal.first, @repl_env)
Mal.EVAL(mal, @repl_env)
end
)

Expand Down

0 comments on commit f00cc9b

Please sign in to comment.