Sous-Chefs-Boneyard / mac_os_x

This cookbook has been deprecated
https://supermarket.chef.io/cookbooks/mac_os_x
Apache License 2.0
75 stars 25 forks source link

Helper method for ints #28

Closed kameghamegha closed 7 years ago

kameghamegha commented 7 years ago

We want a helper that takes values from attributes and checks to see if they... 1) ...are an integer 2) ...are between specified values

This would require two method arguments: 1) new_resource.value 2) A range (example: 0-2 or 0-infinity)

This would be used for resources that require integers for their value.

kameghamegha commented 7 years ago

Wrong project...SIGH