module Daitai::Inc

Public Instance Methods

inc() click to toggle source
# File lib/daitai/functions/inc.rb, line 5
def inc
  add.(1)
end