Class: Integer

Inherits:
Object
  • Object
show all
Includes:
MissingMath
Defined in:
lib/missing_math/integer.rb

Constant Summary

Constants included from MissingMath

MissingMath::VERSION

Instance Method Summary collapse

Methods included from MissingMath

#factorial, #factors, #prime?

Instance Method Details

#is_i?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/missing_math/integer.rb', line 4

def is_i?
  return true
end