Parent

Methods

NilClass

Public Instance Methods

blank?() click to toggle source

Nil is always blank

nil.blank?        #=>  true

@return [TrueClass]

@api public

# File lib/extlib/blank.rb, line 42
def blank?
  true
end
try_dup() click to toggle source
# File lib/extlib/try_dup.rb, line 29
def try_dup
  self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.