Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kapilpipaliya
Created September 13, 2019 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kapilpipaliya/9477ca14be7365357670680fed3df882 to your computer and use it in GitHub Desktop.
Save kapilpipaliya/9477ca14be7365357670680fed3df882 to your computer and use it in GitHub Desktop.
def inherit_from_leaves(ancestor:, leaves:, attributes:)
inherit_done_ratio ancestor, leaves if inherit? attributes, :done_ratio
derive_estimated_hours ancestor, leaves if inherit? attributes, :estimated_hours
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment