mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 19:44:01 +02:00
parent
bf1f6a696f
commit
d0f2c4d053
1 changed files with 8 additions and 8 deletions
|
@ -829,12 +829,12 @@ begin
|
||||||
assert_screen(<<~'EOC')
|
assert_screen(<<~'EOC')
|
||||||
Multiline REPL.
|
Multiline REPL.
|
||||||
prompt> ab
|
prompt> ab
|
||||||
Ruby is...
|
Ruby is...
|
||||||
A dynamic, open source programming
|
A dynamic, open source programming
|
||||||
language with a focus on simplicity
|
language with a focus on simplicity
|
||||||
and productivity. It has an elegant
|
and productivity. It has an elegant
|
||||||
syntax that is natural to read and
|
syntax that is natural to read and
|
||||||
easy to write.
|
easy to write.
|
||||||
EOC
|
EOC
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -884,8 +884,8 @@ begin
|
||||||
assert_screen(<<~'EOC')
|
assert_screen(<<~'EOC')
|
||||||
Multiline REPL.
|
Multiline REPL.
|
||||||
prompt> St
|
prompt> St
|
||||||
r String
|
r String
|
||||||
Struct
|
Struct
|
||||||
EOC
|
EOC
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue