Parent

Methods

Numeric

Public Instance Methods

blank?() click to toggle source

Numerics are never blank

0.blank?          #=>  false
1.blank?          #=>  false
6.54321.blank?    #=>  false

@return [FalseClass]

@api public

# File lib/extlib/blank.rb, line 28
def blank?
  false
end
try_dup() click to toggle source
# File lib/extlib/numeric.rb, line 2
def try_dup
  self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.