Skip to content

Instantly share code, notes, and snippets.

@jdibiccari
Last active August 29, 2015 14:01
Show Gist options
  • Save jdibiccari/fc1818ed2f91d502762c to your computer and use it in GitHub Desktop.
Save jdibiccari/fc1818ed2f91d502762c to your computer and use it in GitHub Desktop.
blog_post_2
#Jones Rule of 86
#Where sugar_content is a percentage
def jones_rule_of_86 (sugar_content)
gallons_sap_to_gallon_syrup = 86 / sugar_content
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment