Object
Check that an argument is an Integer.
Integer
# File lib/contracts/builtin_contracts.rb, line 46 def self.valid? val val && val.is_a?(Integer) end