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

Added tuple exists? implementation #93

Merged
merged 1 commit into from
Nov 6, 2014
Merged

Conversation

Strech
Copy link
Collaborator

@Strech Strech commented Nov 6, 2014

Allow check tuple on existing schemas

parent_property, schema)
end

def replace!(schema)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Unused method argument - schema. If it's necessary, use _ or _schema as an argument name to indicate that it won't be used. You can also write as replace!(*) if you want the method to accept any arguments but don't care about them.

@@ -36,3 +36,4 @@ def initialize_properties
end
end
end

Copy link
Collaborator

Choose a reason for hiding this comment

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

1 trailing blank lines detected.

@Strech Strech modified the milestone: 0.6.6 Nov 6, 2014
@Strech
Copy link
Collaborator Author

Strech commented Nov 6, 2014

@razum2um 🆙 Давай выпустим сразу новую 0.6.6 версию?

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 08cf3ca on Strech:tuple-exists into 14b6b68 on razum2um:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 08cf3ca on Strech:tuple-exists into 14b6b68 on razum2um:master.

razum2um added a commit that referenced this pull request Nov 6, 2014
Added tuple exists? implementation
@razum2um razum2um merged commit f815467 into razum2um:master Nov 6, 2014
@razum2um
Copy link
Owner

razum2um commented Nov 6, 2014

❤️ 💚 💙 💛 💜

@Strech Strech deleted the tuple-exists branch February 2, 2015 08:06
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

4 participants