# File lib/guard/interactor.rb, line 88 def scopes_from_entry(entry) scopes = {} if guard = ::Guard.guards(entry) scopes[:guard] = guard end if group = ::Guard.groups(entry) scopes[:group] = group end scopes end