Module: EvenOdd (ActiveSupport::CoreExtensions::Integer)

Overview
Module Structure
Class Hierarchy
Instance Methods
EvenOdd#multiple_of? / 1
EvenOdd#even?
EvenOdd#odd?
is a submodule of
module: Integer ( ActiveSupport::CoreExtensions )
is included by
class: Integer ( Builtin-Module )
has properties
method: multiple_of? / 1   
method: even?   
method: odd?   
is defined at
#14 in active_support/core_ext/integer/even_odd.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: Integer     
  module: ActiveSupport
  module: CoreExtensions
  module: Integer
module: EvenOdd     

Class Hierarchy

Object ( Builtin-Module )
  Integer     

Instance Methods

EvenOdd#multiple_of? / 1

#15 in active_support/core_ext/integer/even_odd.rb

multiple_of? ( number )