class Integer

Public Instance Methods

pred() click to toggle source
# File lib/sourcify/lib/sourcify/patches.rb, line 5
def pred
  self - 1
end