Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Issue #2767: Add To Ruby From Javascript#3632

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
HundredBillion wants to merge6 commits intoruby:master
base:master
Choose a base branch
Loading
fromHundredBillion:to-ruby-from-javascript-2767
Open
Changes from1 commit
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
PrevPrevious commit
NextNext commit
Update en/documentation/ruby-from-other-languages/to-ruby-from-javasc…
…ript/index.mdYes I'll accept thisCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
@HundredBillion
HundredBillion andCopilot authoredOct 3, 2025
commit60f289c9f90668448bed8e86bf1041273ea9e6ed
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -50,7 +50,8 @@ Unlike JavaScript, in Ruby,...
template literals or concatenation.
* Ruby blocks with `do...end` or `{...}` are more powerful than
JavaScript arrow functions and are used extensively for iteration.
* Minimal punctuation: semicolons are optional and rarely used; blocks are delimited with `end` (or `do...end`) rather than `{}`.
* Minimal punctuation: semicolons are optional and rarely used.
* Blocks are delimited with `end` (or `do...end`) rather than `{}`.
* It's `elsif` instead of `else if`.
* Ruby has symbols (`:symbol`) which are immutable strings often used
as identifiers.
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp