Class: Reeve::Invocation::NullRegistry

Inherits:
Object
  • Object
show all
Defined in:
lib/reeve/invocation.rb

Overview

A tool with no guard: there is nothing to consult, so there is nothing to allow.

Instance Method Summary collapse

Instance Method Details

#guard_for(_tool_name) ⇒ Object



18
19
20
# File 'lib/reeve/invocation.rb', line 18

def guard_for(_tool_name)
  nil
end