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

[ci skip] Add code examples for Module#anonymous? documentation #19132

Merged
merged 1 commit into from Feb 28, 2015

Conversation

davydovanton
Copy link
Contributor

No description provided.

@@ -7,6 +7,13 @@ class Module
# m = Module.new
# m.name # => nil
#
# +anonymous?+ method return +true+ if module not have a name:
Copy link
Member

Choose a reason for hiding this comment

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

true instead of +true+

@davydovanton
Copy link
Contributor Author

@rafaelfranca fixed

@@ -7,6 +7,13 @@ class Module
# m = Module.new
# m.name # => nil
#
# +anonymous?+ method return true if module not have a name:
Copy link
Contributor

Choose a reason for hiding this comment

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

... returns true if module does not have...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops, sorry, fixed!

rafaelfranca added a commit that referenced this pull request Feb 28, 2015
[ci skip] Add code examples for Module#anonymous? documentation
@rafaelfranca rafaelfranca merged commit cd545d2 into rails:master Feb 28, 2015
@davydovanton
Copy link
Contributor Author

@rafaelfranca @dskecse thanks for review! 💚

@davydovanton davydovanton deleted the pdate-doc-module-anonymous branch February 28, 2015 18:01
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

3 participants