Method: ThemeCheck::ContentForHeaderModification#on_capture

Defined in:
lib/theme_check/checks/content_for_header_modification.rb

#on_capture(_node) ⇒ Object



33
34
35
# File 'lib/theme_check/checks/content_for_header_modification.rb', line 33

def on_capture(_node)
  @in_capture = true
end