class Guard::Jobs::PryWrapper
def _scope_for_prompt
prompt.
Returns the plugins scope, or the groups scope ready for display in the
def _scope_for_prompt titles = Guard.state.scope.titles.join(",") titles == "all" ? "" : titles + " " end
def _scope_for_prompt titles = Guard.state.scope.titles.join(",") titles == "all" ? "" : titles + " " end