# File lib/tins/null.rb, line 53 def null(value = nil) value.nil? ? Tins::NULL : value end
# File lib/tins/null.rb, line 59 def null_plus(opts = {}) value = opts[:value] opts[:caller] = caller if respond_to?(:caller_locations, true) opts[:caller_locations] = caller_locations end value.nil? ? Tins::NullPlus.new(opts) : value end
Generated with the Darkfish Rdoc Generator 2.