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

allow setting color of table borders #15

Merged
merged 1 commit into from
Oct 23, 2014

Conversation

lastobelus
Copy link
Contributor

swap byebug for debugger in gemspec, see cldwalker/debugger#125

@@ -20,6 +21,7 @@ def initialize(options = {})
def add(row)
# Inheritance from the table
row.border = self.border
row.border_color = self.border_color
Copy link
Collaborator

Choose a reason for hiding this comment

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

Redundant self detected.

swap byebug for debugger in gemspec, see cldwalker/debugger#125
@lastobelus
Copy link
Contributor Author

I matched your code style, but should I listen to houndci instead?

@wbailey
Copy link
Owner

wbailey commented Oct 23, 2014

Good question. I am about to turn hound off so let's leave it with my style based on the comments I've seen here.

wbailey added a commit that referenced this pull request Oct 23, 2014
allow setting color of table borders
@wbailey wbailey merged commit cbec470 into wbailey:master Oct 23, 2014
@wbailey
Copy link
Owner

wbailey commented Oct 23, 2014

Also, can you update the wiki to include the documentation for how to change the border color? If we do that I can push a new release! Thanks for the work 👍

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.

3 participants