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

⚠️ Ruby warnings #289

Merged
merged 3 commits into from
Jan 20, 2016
Merged

⚠️ Ruby warnings #289

merged 3 commits into from
Jan 20, 2016

Conversation

amatsuda
Copy link
Contributor

@amatsuda amatsuda commented Jan 6, 2016

This patch removes several Ruby warnings.

@@ -23,7 +23,7 @@ class Excelx < Roo::Base
require 'roo/excelx/coordinate'
require 'roo/excelx/format'

delegate [:styles, :workbook, :shared_strings, :rels_files, :sheet_files, :comments_files] => :@shared
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd actually prefer to used delegate for these methods and delete lines 429-441.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

@stevendaniels
Copy link
Contributor

Thanks for these changes. Can you keep make the modification I suggested?

stevendaniels added a commit that referenced this pull request Jan 20, 2016
@stevendaniels stevendaniels merged commit d348264 into roo-rb:master Jan 20, 2016
@amatsuda amatsuda deleted the ⚠️ branch January 27, 2016 10:45
jsonn pushed a commit to jsonn/pkgsrc that referenced this pull request Mar 10, 2016
## [2.3.2] 2016-02-18
### Fixed
- Handle url with long query params (ex. S3 secure url) [302](roo-rb/roo#302)
- Allow streaming for Roo::CSV [297](roo-rb/roo#297)
- Export Fixnums to Added csv [295](roo-rb/roo#295)
- Removed various Ruby warnings [289](roo-rb/roo#289)
- Fix incorrect example result in Readme.md [293](roo-rb/roo#293)
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.

2 participants