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

Add missing spaces in lib/delegate.rb #1454

Closed
wants to merge 1 commit into from
Closed

Add missing spaces in lib/delegate.rb #1454

wants to merge 1 commit into from

Conversation

bogdanvlviv
Copy link
Contributor

No description provided.

@@ -172,10 +172,10 @@ def __setobj__(obj)
# Serialization support for the object returned by \_\_getobj\_\_.
#
def marshal_dump
ivars = instance_variables.reject {|var| /\A@delegate_/ =~ var}
ivars = instance_variables.reject { |var| /\A@delegate_/ =~ var }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This style is rarely used in standard libraries.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it, thanks.

@hsbt hsbt closed this in 22de22b Oct 5, 2016
@bogdanvlviv bogdanvlviv deleted the missing_spaces branch October 29, 2016 19:17
rhenium pushed a commit to rhenium/ruby that referenced this pull request Nov 21, 2016
  [fix rubyGH-1454][ci skip] Patch by @bogdanvlviv

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants