Method: Axe::Core#call

Defined in:
lib/axe/core.rb

#call(callable) ⇒ Object



17
18
19
20
21
22
23
# File 'lib/axe/core.rb', line 17

def call(callable)
  if use_run_partial
    callable.analyze_post_43x @page, self
  else
    callable.call @page
  end
end