class Contracts::Builtin::Args

for compatibility

Public Class Methods

new(contract) click to toggle source
# File lib/contracts/builtin_contracts.rb, line 337
def initialize(contract)
  puts "DEPRECATION WARNING: \nContract::Args was renamed to Contract::SplatArgs, please update your before the next major version"
  @contract = contract
end