Skip to content

Instantly share code, notes, and snippets.

@hlindberg
Created July 1, 2014 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hlindberg/88fd6c2c0ba5ffd8cf00 to your computer and use it in GitHub Desktop.
Save hlindberg/88fd6c2c0ba5ffd8cf00 to your computer and use it in GitHub Desktop.
Error while evaluating a Method call, function 'each' called with mis-matched arguments
expected one of:
each(Hash[Any, Any] hash, Callable[2, 2] block) - arg count {2}
each(Hash[Any, Any] hash, Callable[1, 1] block) - arg count {2}
each(Any enumerable, Callable[2, 2] block) - arg count {2}
each(Any enumerable, Callable[1, 1] block) - arg count {2}
actual:
each(Tuple[Integer, Integer, Integer, Integer, Integer, Integer, Integer], Callable[Any, Any, Any]) - arg count {2} at line 1:29 on node foonode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment