Flowdock
method

multiple_of?

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActiveSupport::CoreExtensions::Integer::EvenOdd
multiple_of?(number) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/core_ext/integer/even_odd.rb, line 15
        def multiple_of?(number)
          self % number == 0
        end
Register or log in to add new notes.