# File lib/spec/example/before_and_after_hooks.rb, line 14 def append_before(*args, &block) scope, options = scope_and_options(*args) parts = before_parts_from_scope(scope) parts << block end