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 parens and give vars better names #59

Merged
merged 1 commit into from
Nov 4, 2015
Merged

Conversation

Ch4s3
Copy link
Member

@Ch4s3 Ch4s3 commented Nov 4, 2015

No description provided.

Ch4s3 added a commit that referenced this pull request Nov 4, 2015
add missing parens and give vars better names
@Ch4s3 Ch4s3 merged commit ad3afb1 into master Nov 4, 2015
@Ch4s3 Ch4s3 deleted the code_clean_up branch November 4, 2015 03:21
@@ -78,7 +78,7 @@ def add_item(item, *categories, &block)
# will be duck typed via to_s .
#
def <<(item)
add_item item
add_item(item)
Copy link
Member

Choose a reason for hiding this comment

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

perhaps we could use alias_method here?

@parkr
Copy link
Member

parkr commented Nov 4, 2015

👍

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.

None yet

2 participants