class Numeric

Public Instance Methods

notzero?() click to toggle source
# File lib/oh_my_method/numeric.rb, line 2
def notzero?
  !self.zero?
end