Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Not passing ruby specs #8

Open
wycleffsean opened this issue Apr 23, 2018 · 1 comment
Open

Not passing ruby specs #8

wycleffsean opened this issue Apr 23, 2018 · 1 comment

Comments

@wycleffsean
Copy link

Looks like this project might be abandoned, but for those interested it almost passes ruby spec.

Adding this guard to the top of the method makes all specs pass

def dig(key, *rest)
  return nil if respond_to?(:members) && !members.include?(key)
  ...
meineerde added a commit to meineerde/ruby_dig that referenced this issue Jul 19, 2018
This implements Invoca#8
@marcandre
Copy link

Just use my backports gem instead...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants