class Integer

Integer

Public Instance Methods

to_m()
Alias for: to_modint
to_modint() click to toggle source
# File lib_lock/ac-library-rb/core_ext/modint.rb, line 7
def to_modint
  AcLibraryRb::ModInt.new(self)
end
Also aliased as: to_m