class TypedOperation::Prepared
Experimental RBS support (using type sampling data from the type_fusion
project).
# sig/typed_operation/prepared.rbs class TypedOperation::Prepared < TypedOperation::PartiallyApplied def operation: () -> (TypedOperation::BaseTest::TestOperation | TypedOperation::BaseTest::TestAlternativeDslOperation) def prepared?: () -> true end
def operation
Experimental RBS support (using type sampling data from the type_fusion
project).
def operation: () -> (TypedOperation::BaseTest::TestOperation | TypedOperation::BaseTest::TestAlternativeDslOperation)
This signature was generated using 2 samples from 1 application.
def operation operation_class.new(*@positional_args, **@keyword_args) end
def prepared?
Experimental RBS support (using type sampling data from the type_fusion
project).
def prepared?: () -> true
This signature was generated using 2 samples from 1 application.
def prepared? true end