# sig/shindo/rake.rbs class Shindo::Rake def initialize: () -> void end # sig/shindo.rbs class Shindo::Tests def after: () -> untyped def assert: () -> untyped def before: () -> untyped def display_description: () -> untyped def display_description: () -> untyped def display_description_stack: () -> untyped def display_error: () -> untyped def display_error: () -> untyped def display_failure: () -> untyped def display_failure: () -> untyped def display_pending: () -> untyped def display_pending: () -> untyped def display_success: () -> untyped def display_success: () -> untyped def initialize: () -> void def pending: () -> untyped def prompt: () -> untyped def raises: () -> untyped def returns: () -> untyped def test: () -> untyped def tests: () -> untyped end # sig/shindo.rbs module Shindo def self.tests: () -> untyped end