class String

String

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 15
def to_modint
  AcLibraryRb::ModInt.new(to_i)
end
Also aliased as: to_m