Skip to content

Support for Inline RBS#1173

Open
castwide wants to merge 54 commits into
masterfrom
inline-rbs
Open

Support for Inline RBS#1173
castwide wants to merge 54 commits into
masterfrom
inline-rbs

Conversation

@castwide
Copy link
Copy Markdown
Owner

@castwide castwide commented Mar 4, 2026

ref #1121

* Convert RBS implicit nil annotations

* Specs

* Linting

* Minor linting

* Documentation

* Typecheck fix
@castwide castwide marked this pull request as ready for review May 20, 2026 00:21
@castwide
Copy link
Copy Markdown
Owner Author

This iteration supports two syntaxes:

# (short) method signatures

#: (Integer) -> String
def example(number); end

# class inheritance parameters

class Example < Array #[String]
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant