Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ojab/rubychanges
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rubyreferences/rubychanges
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 4 contributors

Commits on Dec 26, 2025

  1. Configuration menu
    Copy the full SHA
    b0c7737 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

  1. Ruby 4.0: typo fixes (rubyreferences#66)

    * Typo fix: Enumertor => Enumerator
    
    * Typo fix: local_varaible_get => local_variable_get
    
    * Typo fix: methdods => methods
    
    ---------
    
    Co-authored-by: Herwin <herwinw@users.noreply.github.com>
    herwinw and herwinw authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    59b0703 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2026

  1. Typo fix: Returnin => Returning (rubyreferences#67)

    Co-authored-by: Herwin <herwinw@users.noreply.github.com>
    herwinw and herwinw authored Jan 3, 2026
    Configuration menu
    Copy the full SHA
    5d6b5f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2026

  1. Configuration menu
    Copy the full SHA
    de711bb View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2026

  1. Fix Set examples for 4.0 (rubyreferences#69)

    * 4.0: Fix typo in class name for Set example
    
    * 4.0: Inherit from correct Set classes in Set examples
    
    The first change is necessary for the example to work at all. The lower
    two changes are not strictly necessary though, but they may help when
    trying or copying parts of the example.
    meineerde authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    a0e4f1f View commit details
    Browse the repository at this point in the history
Loading