Object
Check that an argument is Numeric.
Numeric
# File lib/contracts/builtin_contracts.rb, line 25 def self.valid? val val.is_a? Numeric end