# sig/ammeter/output_capturer.rbs class Ammeter::OutputCapturer def self.capture: () -> untyped def self.capture_stderr: () -> untyped def self.capture_stdout: () -> untyped end # sig/ammeter/rspec/generator/example/generator_example_group.rbs module Ammeter::RSpec::Rails::GeneratorExampleGroup def file: () -> untyped def invoke_task: () -> untyped def migration_file: () -> untyped def prepare_destination: () -> untyped def subject: () -> untyped end # sig/ammeter/rspec/generator/example/generator_example_group.rbs module Ammeter::RSpec::Rails::GeneratorExampleGroup::ClassMethods def ensure_current_path: () -> untyped def generator: () -> untyped def initialize_delegate: () -> untyped def prepare_destination: () -> untyped def run_generator: () -> untyped end # sig/ammeter/rspec/generator/example/generator_example_helpers.rbs module Ammeter::RSpec::Rails::GeneratorExampleHelpers def set_shell_prompt_responses: () -> untyped end # sig/ammeter/rspec/rspec_2_compatibility.rbs module RSpec2CoreMemoizedHelpers def is_expected: () -> untyped end