Class: CatchBox::Hook::All

Inherits:
CatchBox::Hook show all
Defined in:
lib/catch_box/hook/all.rb

Instance Method Summary collapse

Methods inherited from CatchBox::Hook

#call, #initialize

Constructor Details

This class inherits a constructor from CatchBox::Hook

Instance Method Details

#match?(_pattern) ⇒ Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/catch_box/hook/all.rb', line 8

def match?(_pattern)
  true
end