na.rb

Path: lib/facets/core/facets/na.rb
Last Update: Mon Sep 12 21:11:41 +0000 2011

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.

[Validate]