class RSpec::Core::Hooks::BeforeHook

def run(example)

Experimental RBS support (using type sampling data from the type_fusion project).

def run: (RSpec::Core::Example example) -> Class

This signature was generated using 1 sample from 1 application.

def run(example)
  example.instance_exec(example, &block)
end