class Numeric

def blank?

def blank?
  false
end

def present?

def present?
  true
end