This gem provides an more readable way to check whether the number is decimal or not.
Add this line in your Gemfile:
gem 'is_decimal'
And run below command:
bundle
Or install directly:
$ gem install is_decimal
to use append .is_decimal?
to any ruby Numeric
, thats All! (:
The gem is available as open source under the terms of the MIT License.