Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refinements are no longer experimental #775

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions doc/syntax/refinements.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ Refinements are designed to reduce the impact of monkey patching on other
users of the monkey-patched class. Refinements provide a way to extend a
class locally.

Refinements are an experimental feature in Ruby 2.0. At the time of writing,
refinements are expected to exist in future versions of Ruby but the
specification of refinements may change. You will receive a warning the first
time you define or activate a refinement.

Here is a basic refinement:

class C
Expand Down