Last Modified
2013-08-04 20:35:29 +0000
Requires

Description

N/A exception is useful for specifying non-argument defaults when nil is a valid value.

def f(x=NA)
end

NA is also used to represent an argument "slot" for Proc#partial.

NA is an instance of ArgumentError.