In Files

Methods

Files

Tins::Null::Kernel

Public Instance Methods

Null(value = nil) click to toggle source
# File lib/tins/null.rb, line 53
def Null(value = nil)
  value.nil? ? Tins::NULL : value
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.