Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions lib/erb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -999,8 +999,9 @@ def result_with_hash(hash)
# See [Default Binding][default binding].
#
# Argument `symbols` is an array of symbols;
# each symbol `symbol` is used to define (unless already defined) a variable in the binding
# whose name is `symbol` and whose value is `nil`.
# each symbol `symbol` is defined as a new variable to hide and
# prevent it from overwriting a variable of the same name already
# defined within the binding.
#
# [default binding]: rdoc-ref:ERB@Default+Binding
def new_toplevel(vars = nil)
Expand Down