We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
next_business_day
previous_business_day
#next_business_day and #previous_business_day are useful public methods of Business::Calendar:
#next_business_day
#previous_business_day
Business::Calendar
business/lib/business/calendar.rb
Lines 106 to 122 in 936546b
The README’s “Business day arithmetic” section does not document those methods. It should.
Where I think this documentation belongs in that section of the README:
add_business_days
subtract_business_days
roll_forward
roll_backward
business_days_between
The text was updated successfully, but these errors were encountered:
Document next_business_day and previous_business_day
b23df11
Fixes gocardless#146
Successfully merging a pull request may close this issue.
#next_business_day
and#previous_business_day
are useful public methods ofBusiness::Calendar
:business/lib/business/calendar.rb
Lines 106 to 122 in 936546b
The README’s “Business day arithmetic” section does not document those methods. It should.
Where I think this documentation belongs in that section of the README:
next_business_day
– documentation neededprevious_business_day
– documentation neededadd_business_days
subtract_business_days
roll_forward
roll_backward
business_days_between
The text was updated successfully, but these errors were encountered: