Skip to content

Commit

Permalink
Updated Kernel#eval
Browse files Browse the repository at this point in the history
  • Loading branch information
sampersand authored and soutaro committed Aug 22, 2023
1 parent 9fb5f18 commit 2fb294b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/kernel.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ module Kernel : BasicObject
# eval "str + ' Fred'" #=> "hello Fred"
# eval "str + ' Fred'", get_binding("bye") #=> "bye Fred"
#
def self?.eval: (String arg0, ?Binding arg1, ?String filename, ?Integer lineno) -> untyped
def self?.eval: (string src, ?Binding? scope, ?string filename, ?int lineno) -> untyped

# <!--
# rdoc-file=vm_eval.c
Expand Down

0 comments on commit 2fb294b

Please sign in to comment.