Parent

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
28:   def blank?
29:     false
30:   end
try_dup() click to toggle source
   # File lib/extlib/numeric.rb, line 2
2:   def try_dup
3:     self
4:   end
try_dup() click to toggle source
    # File lib/extlib/try_dup.rb, line 35
35:   def try_dup
36:     self
37:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.