tasker-engine 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -5
- data/app/models/tasker/task.rb +0 -10
- data/config/routes.rb +3 -3
- data/docs/AUTH.md +1 -40
- data/docs/DEVELOPER_GUIDE.md +2 -3
- data/docs/OVERVIEW.md +0 -4
- data/docs/Tasker/Analysis/RuntimeGraphAnalyzer.html +1 -1
- data/docs/Tasker/Analysis/TemplateGraphAnalyzer.html +1 -1
- data/docs/Tasker/Analysis.html +1 -1
- data/docs/Tasker/AnalyticsController.html +1 -1
- data/docs/Tasker/AnalyticsService/BottleneckAnalytics.html +1 -1
- data/docs/Tasker/AnalyticsService/PerformanceAnalytics.html +1 -1
- data/docs/Tasker/AnalyticsService.html +1 -1
- data/docs/Tasker/AnnotationType.html +1 -1
- data/docs/Tasker/AnnotationTypeSerializer.html +1 -1
- data/docs/Tasker/ApplicationController.html +2 -2
- data/docs/Tasker/ApplicationJob.html +1 -1
- data/docs/Tasker/ApplicationRecord.html +1 -1
- data/docs/Tasker/Authentication/AuthenticationError.html +1 -1
- data/docs/Tasker/Authentication/ConfigurationError.html +1 -1
- data/docs/Tasker/Authentication/Coordinator.html +1 -1
- data/docs/Tasker/Authentication/Interface.html +1 -1
- data/docs/Tasker/Authentication/InterfaceError.html +1 -1
- data/docs/Tasker/Authentication/NoneAuthenticator.html +1 -1
- data/docs/Tasker/Authentication.html +1 -1
- data/docs/Tasker/Authorization/AuthorizationError.html +1 -1
- data/docs/Tasker/Authorization/BaseCoordinator.html +1 -1
- data/docs/Tasker/Authorization/ConfigurationError.html +1 -1
- data/docs/Tasker/Authorization/ResourceConstants/ACTIONS.html +10 -10
- data/docs/Tasker/Authorization/ResourceConstants/RESOURCES.html +8 -13
- data/docs/Tasker/Authorization/ResourceConstants.html +1 -1
- data/docs/Tasker/Authorization/ResourceRegistry.html +33 -40
- data/docs/Tasker/Authorization/UnauthorizedError.html +1 -1
- data/docs/Tasker/Authorization.html +1 -1
- data/docs/Tasker/CacheCapabilities.html +1 -1
- data/docs/Tasker/CacheStrategy.html +1 -1
- data/docs/Tasker/Concerns/Authenticatable.html +1 -1
- data/docs/Tasker/Concerns/Authorizable/AdminStatusChecker.html +1 -1
- data/docs/Tasker/Concerns/Authorizable.html +1 -1
- data/docs/Tasker/Concerns/ControllerAuthorizable.html +1 -1
- data/docs/Tasker/Concerns/EventPublisher.html +1 -1
- data/docs/Tasker/Concerns/IdempotentStateTransitions.html +1 -1
- data/docs/Tasker/Concerns/StateMachineBase/ClassMethods.html +1 -1
- data/docs/Tasker/Concerns/StateMachineBase/StateMachineBase/ClassMethods.html +1 -1
- data/docs/Tasker/Concerns/StateMachineBase/StateMachineBase.html +1 -1
- data/docs/Tasker/Concerns/StateMachineBase.html +1 -1
- data/docs/Tasker/Concerns/StructuredLogging.html +1 -1
- data/docs/Tasker/Concerns.html +1 -1
- data/docs/Tasker/Configuration/ConfigurationProxy.html +1 -1
- data/docs/Tasker/Configuration/TelemetryConfigurationProxy.html +1 -1
- data/docs/Tasker/Configuration.html +1 -1
- data/docs/Tasker/ConfigurationError.html +1 -1
- data/docs/Tasker/ConfiguredTask.html +1 -1
- data/docs/Tasker/Constants/EventDefinitions.html +1 -1
- data/docs/Tasker/Constants/ObservabilityEvents/Step.html +1 -1
- data/docs/Tasker/Constants/ObservabilityEvents/Task.html +1 -1
- data/docs/Tasker/Constants/ObservabilityEvents.html +1 -1
- data/docs/Tasker/Constants/RegistryEvents.html +1 -1
- data/docs/Tasker/Constants/StepEvents.html +1 -1
- data/docs/Tasker/Constants/TaskEvents.html +1 -1
- data/docs/Tasker/Constants/TaskExecution/ExecutionStatus.html +1 -1
- data/docs/Tasker/Constants/TaskExecution/HealthStatus.html +1 -1
- data/docs/Tasker/Constants/TaskExecution/RecommendedAction.html +1 -1
- data/docs/Tasker/Constants/TaskExecution.html +1 -1
- data/docs/Tasker/Constants/TaskFinalization/ErrorMessages.html +1 -1
- data/docs/Tasker/Constants/TaskFinalization/PendingReasons.html +1 -1
- data/docs/Tasker/Constants/TaskFinalization/ReenqueueReasons.html +1 -1
- data/docs/Tasker/Constants/TaskFinalization.html +1 -1
- data/docs/Tasker/Constants/TaskStatuses.html +1 -1
- data/docs/Tasker/Constants/TestEvents.html +1 -1
- data/docs/Tasker/Constants/WorkflowEvents.html +1 -1
- data/docs/Tasker/Constants/WorkflowStepStatuses.html +1 -1
- data/docs/Tasker/Constants.html +1 -1
- data/docs/Tasker/DependentSystem.html +1 -1
- data/docs/Tasker/DependentSystemObjectMap.html +1 -1
- data/docs/Tasker/DetectorRegistry.html +1 -1
- data/docs/Tasker/Engine.html +1 -1
- data/docs/Tasker/Error.html +1 -1
- data/docs/Tasker/Events/Catalog/CatalogPrinter.html +1 -1
- data/docs/Tasker/Events/Catalog/CustomEventRegistrar.html +1 -1
- data/docs/Tasker/Events/Catalog/ExamplePayloadGenerator.html +1 -1
- data/docs/Tasker/Events/Catalog.html +1 -1
- data/docs/Tasker/Events/CustomRegistry.html +1 -1
- data/docs/Tasker/Events/DefinitionLoader.html +1 -1
- data/docs/Tasker/Events/EventPayloadBuilder/ErrorInfoExtractor.html +1 -1
- data/docs/Tasker/Events/EventPayloadBuilder/StepPayloadBuilder.html +1 -1
- data/docs/Tasker/Events/EventPayloadBuilder.html +1 -1
- data/docs/Tasker/Events/Publisher.html +1 -1
- data/docs/Tasker/Events/Subscribers/BaseSubscriber/ErrorCategorizer/ErrorTypeClassifier.html +1 -1
- data/docs/Tasker/Events/Subscribers/BaseSubscriber/ErrorCategorizer.html +1 -1
- data/docs/Tasker/Events/Subscribers/BaseSubscriber/MetricTagsExtractor.html +1 -1
- data/docs/Tasker/Events/Subscribers/BaseSubscriber.html +1 -1
- data/docs/Tasker/Events/Subscribers/MetricsSubscriber.html +1 -1
- data/docs/Tasker/Events/Subscribers/TelemetrySubscriber.html +1 -1
- data/docs/Tasker/Events/Subscribers.html +1 -1
- data/docs/Tasker/Events/SubscriptionLoader.html +1 -1
- data/docs/Tasker/Events.html +1 -1
- data/docs/Tasker/EventsGenerator.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedAnalyticsMetrics/AnalyticsMetrics.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedAnalyticsMetrics.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedDependencyLevels.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSlowestSteps/SlowestStep.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSlowestSteps.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSlowestTasks/SlowestTask.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSlowestTasks.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedStepReadinessStatus.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSystemHealthCounts/HealthMetrics.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSystemHealthCounts.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedTaskExecutionContext.html +1 -1
- data/docs/Tasker/Functions/FunctionWrapper.html +1 -1
- data/docs/Tasker/Functions.html +1 -1
- data/docs/Tasker/Generators/AuthenticatorGenerator/UsageInstructionsFormatter.html +1 -1
- data/docs/Tasker/Generators/AuthenticatorGenerator.html +1 -1
- data/docs/Tasker/Generators/AuthorizationCoordinatorGenerator.html +1 -1
- data/docs/Tasker/Generators/SubscriberGenerator.html +1 -1
- data/docs/Tasker/Generators/TaskHandlerGenerator.html +1 -1
- data/docs/Tasker/Generators.html +1 -1
- data/docs/Tasker/GraphQLTypes/AnnotationType.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseArgument.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseConnection.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseEdge.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseEnum.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseField.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseInputObject.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseInterface.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseObject.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseScalar.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseUnion.html +1 -1
- data/docs/Tasker/GraphQLTypes/DependentSystemObjectMapType.html +1 -1
- data/docs/Tasker/GraphQLTypes/DependentSystemType.html +1 -1
- data/docs/Tasker/GraphQLTypes/MutationType.html +1 -1
- data/docs/Tasker/GraphQLTypes/NamedStepType.html +1 -1
- data/docs/Tasker/GraphQLTypes/NamedTaskType.html +1 -1
- data/docs/Tasker/GraphQLTypes/NamedTasksNamedStepType.html +1 -1
- data/docs/Tasker/GraphQLTypes/NodeType.html +1 -1
- data/docs/Tasker/GraphQLTypes/QueryType.html +1 -1
- data/docs/Tasker/GraphQLTypes/TaskAnnotationType.html +1 -1
- data/docs/Tasker/GraphQLTypes/TaskInterface.html +1 -1
- data/docs/Tasker/GraphQLTypes/TaskType.html +1 -1
- data/docs/Tasker/GraphQLTypes/WorkflowStepType.html +1 -1
- data/docs/Tasker/GraphQLTypes.html +1 -1
- data/docs/Tasker/GraphqlController.html +1 -1
- data/docs/Tasker/HandlerFactory.html +1 -1
- data/docs/Tasker/HandlerSerializer.html +1 -1
- data/docs/Tasker/HandlersController.html +1 -1
- data/docs/Tasker/HashIdentityStrategy.html +1 -1
- data/docs/Tasker/Health/ReadinessChecker.html +1 -1
- data/docs/Tasker/Health/StatusChecker.html +1 -1
- data/docs/Tasker/Health.html +1 -1
- data/docs/Tasker/HealthController.html +1 -1
- data/docs/Tasker/IdentityStrategy.html +1 -1
- data/docs/Tasker/InvalidTaskHandlerConfig.html +1 -1
- data/docs/Tasker/Logging/CorrelationIdGenerator.html +1 -1
- data/docs/Tasker/Logging.html +1 -1
- data/docs/Tasker/MetricsController.html +1 -1
- data/docs/Tasker/MetricsExportJob.html +1 -1
- data/docs/Tasker/Mutations/BaseMutation.html +1 -1
- data/docs/Tasker/Mutations/CancelStep.html +1 -1
- data/docs/Tasker/Mutations/CancelTask.html +1 -1
- data/docs/Tasker/Mutations/CreateTask.html +1 -1
- data/docs/Tasker/Mutations/UpdateStep.html +1 -1
- data/docs/Tasker/Mutations/UpdateTask.html +1 -1
- data/docs/Tasker/Mutations.html +1 -1
- data/docs/Tasker/NamedStep.html +1 -1
- data/docs/Tasker/NamedTask.html +1 -1
- data/docs/Tasker/NamedTasksNamedStep.html +1 -1
- data/docs/Tasker/Orchestration/BackoffCalculator.html +1 -1
- data/docs/Tasker/Orchestration/ConnectionBuilder/ConfigValidator.html +1 -1
- data/docs/Tasker/Orchestration/ConnectionBuilder.html +1 -1
- data/docs/Tasker/Orchestration/ConnectionPoolIntelligence.html +1 -1
- data/docs/Tasker/Orchestration/Coordinator.html +1 -1
- data/docs/Tasker/Orchestration/FutureStateAnalyzer.html +1 -1
- data/docs/Tasker/Orchestration/PluginIntegration.html +1 -1
- data/docs/Tasker/Orchestration/ResponseProcessor.html +1 -1
- data/docs/Tasker/Orchestration/RetryHeaderParser.html +1 -1
- data/docs/Tasker/Orchestration/StepExecutor.html +1 -1
- data/docs/Tasker/Orchestration/StepSequenceFactory.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/BlockageChecker.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/ContextManager.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/DelayCalculator.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/FinalizationDecisionMaker.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/FinalizationProcessor.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/ReasonDeterminer.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/ReenqueueManager.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/UnclearStateHandler.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer.html +1 -1
- data/docs/Tasker/Orchestration/TaskInitializer.html +1 -1
- data/docs/Tasker/Orchestration/TaskReenqueuer.html +1 -1
- data/docs/Tasker/Orchestration/ViableStepDiscovery.html +1 -1
- data/docs/Tasker/Orchestration/WorkflowCoordinator.html +1 -1
- data/docs/Tasker/Orchestration.html +1 -1
- data/docs/Tasker/PageSort/PageSortParamsBuilder.html +1 -1
- data/docs/Tasker/PageSort.html +1 -1
- data/docs/Tasker/PermanentError.html +1 -1
- data/docs/Tasker/ProceduralError.html +1 -1
- data/docs/Tasker/Queries/AllAnnotationTypes.html +1 -1
- data/docs/Tasker/Queries/AllTasks.html +1 -1
- data/docs/Tasker/Queries/BaseQuery.html +1 -1
- data/docs/Tasker/Queries/Helpers.html +1 -1
- data/docs/Tasker/Queries/OneStep.html +1 -1
- data/docs/Tasker/Queries/OneTask.html +1 -1
- data/docs/Tasker/Queries/TasksByAnnotation.html +1 -1
- data/docs/Tasker/Queries/TasksByStatus.html +1 -1
- data/docs/Tasker/Queries.html +1 -1
- data/docs/Tasker/Railtie.html +1 -1
- data/docs/Tasker/Registry/BaseRegistry.html +1 -1
- data/docs/Tasker/Registry/EventPublisher.html +1 -1
- data/docs/Tasker/Registry/InterfaceValidator.html +1 -1
- data/docs/Tasker/Registry/RegistrationError.html +1 -1
- data/docs/Tasker/Registry/RegistryError.html +1 -1
- data/docs/Tasker/Registry/StatisticsCollector.html +1 -1
- data/docs/Tasker/Registry/SubscriberRegistry.html +1 -1
- data/docs/Tasker/Registry/ValidationError.html +1 -1
- data/docs/Tasker/Registry.html +1 -1
- data/docs/Tasker/RetryableError.html +1 -1
- data/docs/Tasker/StateMachine/Compatibility.html +1 -1
- data/docs/Tasker/StateMachine/InvalidStateTransition.html +1 -1
- data/docs/Tasker/StateMachine/StepStateMachine.html +1 -1
- data/docs/Tasker/StateMachine/TaskStateMachine.html +1 -1
- data/docs/Tasker/StateMachine.html +1 -1
- data/docs/Tasker/StepDagRelationship.html +1 -1
- data/docs/Tasker/StepHandler/Api/Config.html +1 -1
- data/docs/Tasker/StepHandler/Api.html +1 -1
- data/docs/Tasker/StepHandler/AutomaticEventPublishing.html +1 -1
- data/docs/Tasker/StepHandler/Base.html +1 -1
- data/docs/Tasker/StepHandler.html +1 -1
- data/docs/Tasker/StepReadinessStatus.html +1 -1
- data/docs/Tasker/Task.html +76 -183
- data/docs/Tasker/TaskAnnotation.html +1 -1
- data/docs/Tasker/TaskAnnotationSerializer.html +1 -1
- data/docs/Tasker/TaskBuilder/StepNameValidator.html +1 -1
- data/docs/Tasker/TaskBuilder/StepTemplateDefiner.html +1 -1
- data/docs/Tasker/TaskBuilder.html +1 -1
- data/docs/Tasker/TaskExecutionContext.html +1 -1
- data/docs/Tasker/TaskHandler/ClassMethods/StepTemplateDefiner/ClassBasedEventRegistrar.html +1 -1
- data/docs/Tasker/TaskHandler/ClassMethods/StepTemplateDefiner/YamlEventRegistrar.html +1 -1
- data/docs/Tasker/TaskHandler/ClassMethods/StepTemplateDefiner.html +1 -1
- data/docs/Tasker/TaskHandler/ClassMethods.html +1 -1
- data/docs/Tasker/TaskHandler/InstanceMethods.html +1 -1
- data/docs/Tasker/TaskHandler/StepGroup.html +1 -1
- data/docs/Tasker/TaskHandler.html +1 -1
- data/docs/Tasker/TaskNamespace.html +1 -1
- data/docs/Tasker/TaskRunnerJob.html +1 -1
- data/docs/Tasker/TaskSerializer.html +1 -1
- data/docs/Tasker/TaskTransition.html +1 -1
- data/docs/Tasker/TaskerRailsSchema/InvalidObjectTypeError.html +1 -1
- data/docs/Tasker/TaskerRailsSchema/TypeResolutionError.html +1 -1
- data/docs/Tasker/TaskerRailsSchema/UnknownInterfaceError.html +1 -1
- data/docs/Tasker/TaskerRailsSchema.html +1 -1
- data/docs/Tasker/TasksController.html +1 -1
- data/docs/Tasker/Telemetry/EventMapping.html +1 -1
- data/docs/Tasker/Telemetry/EventRouter.html +1 -1
- data/docs/Tasker/Telemetry/Events/ExportEvents.html +1 -1
- data/docs/Tasker/Telemetry/Events.html +1 -1
- data/docs/Tasker/Telemetry/ExportCoordinator.html +1 -1
- data/docs/Tasker/Telemetry/IntelligentCacheManager.html +1 -1
- data/docs/Tasker/Telemetry/LogBackend.html +1 -1
- data/docs/Tasker/Telemetry/MetricTypes/Counter.html +1 -1
- data/docs/Tasker/Telemetry/MetricTypes/Gauge.html +1 -1
- data/docs/Tasker/Telemetry/MetricTypes/Histogram.html +1 -1
- data/docs/Tasker/Telemetry/MetricTypes.html +1 -1
- data/docs/Tasker/Telemetry/MetricsBackend.html +1 -1
- data/docs/Tasker/Telemetry/MetricsExportService.html +1 -1
- data/docs/Tasker/Telemetry/PluginRegistry.html +1 -1
- data/docs/Tasker/Telemetry/Plugins/BaseExporter.html +1 -1
- data/docs/Tasker/Telemetry/Plugins/CsvExporter.html +1 -1
- data/docs/Tasker/Telemetry/Plugins/JsonExporter.html +1 -1
- data/docs/Tasker/Telemetry/Plugins.html +1 -1
- data/docs/Tasker/Telemetry/PrometheusExporter.html +1 -1
- data/docs/Tasker/Telemetry/TraceBackend.html +1 -1
- data/docs/Tasker/Telemetry.html +1 -1
- data/docs/Tasker/Types/AuthConfig.html +1 -1
- data/docs/Tasker/Types/BackoffConfig.html +1 -1
- data/docs/Tasker/Types/BaseConfig.html +1 -1
- data/docs/Tasker/Types/CacheConfig.html +1 -1
- data/docs/Tasker/Types/DatabaseConfig.html +1 -1
- data/docs/Tasker/Types/DependencyGraph.html +1 -1
- data/docs/Tasker/Types/DependencyGraphConfig.html +1 -1
- data/docs/Tasker/Types/EngineConfig.html +1 -1
- data/docs/Tasker/Types/ExecutionConfig.html +1 -1
- data/docs/Tasker/Types/GraphEdge.html +1 -1
- data/docs/Tasker/Types/GraphMetadata.html +1 -1
- data/docs/Tasker/Types/GraphNode.html +1 -1
- data/docs/Tasker/Types/HealthConfig.html +1 -1
- data/docs/Tasker/Types/StepSequence.html +1 -1
- data/docs/Tasker/Types/StepTemplate.html +1 -1
- data/docs/Tasker/Types/TaskRequest.html +1 -1
- data/docs/Tasker/Types/TelemetryConfig.html +1 -1
- data/docs/Tasker/Types.html +1 -1
- data/docs/Tasker/WorkflowStep/StepFinder.html +1 -1
- data/docs/Tasker/WorkflowStep.html +1 -1
- data/docs/Tasker/WorkflowStepEdge.html +1 -1
- data/docs/Tasker/WorkflowStepSerializer.html +1 -1
- data/docs/Tasker/WorkflowStepTransition/TransitionDescriptionFormatter.html +1 -1
- data/docs/Tasker/WorkflowStepTransition.html +1 -1
- data/docs/Tasker/WorkflowStepsController.html +1 -1
- data/docs/Tasker.html +5 -5
- data/docs/_index.html +21 -77
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +3 -7
- data/docs/index.html +3 -7
- data/docs/method_list.html +1105 -1433
- data/docs/top-level-namespace.html +1 -1
- data/lib/generators/tasker/templates/authorization_coordinator.rb.erb +0 -13
- data/lib/generators/tasker/templates/authorization_coordinator_spec.rb.erb +1 -7
- data/lib/tasker/authorization/resource_constants.rb +1 -2
- data/lib/tasker/authorization/resource_registry.rb +0 -7
- data/lib/tasker/version.rb +1 -1
- metadata +2 -9
- data/app/controllers/tasker/task_diagrams_controller.rb +0 -30
- data/app/models/tasker/diagram/edge.rb +0 -106
- data/app/models/tasker/diagram/flowchart.rb +0 -137
- data/app/models/tasker/diagram/node.rb +0 -99
- data/app/models/tasker/task_diagram.rb +0 -332
- data/app/views/tasker/task/_diagram.html.erb +0 -32
- data/docs/TASK_DIAGRAM.md +0 -252
@@ -244,7 +244,7 @@
|
|
244
244
|
</div>
|
245
245
|
|
246
246
|
<div id="footer">
|
247
|
-
Generated on Thu Jul 3
|
247
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
248
248
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
249
249
|
0.9.37 (ruby-3.2.4).
|
250
250
|
</div>
|
@@ -978,7 +978,7 @@
|
|
978
978
|
</div>
|
979
979
|
|
980
980
|
<div id="footer">
|
981
|
-
Generated on Thu Jul 3
|
981
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
982
982
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
983
983
|
0.9.37 (ruby-3.2.4).
|
984
984
|
</div>
|
@@ -385,7 +385,7 @@
|
|
385
385
|
</div>
|
386
386
|
|
387
387
|
<div id="footer">
|
388
|
-
Generated on Thu Jul 3
|
388
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
389
389
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
390
390
|
0.9.37 (ruby-3.2.4).
|
391
391
|
</div>
|
@@ -1386,7 +1386,7 @@
|
|
1386
1386
|
</div>
|
1387
1387
|
|
1388
1388
|
<div id="footer">
|
1389
|
-
Generated on Thu Jul 3
|
1389
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
1390
1390
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1391
1391
|
0.9.37 (ruby-3.2.4).
|
1392
1392
|
</div>
|
@@ -1738,7 +1738,7 @@
|
|
1738
1738
|
</div>
|
1739
1739
|
|
1740
1740
|
<div id="footer">
|
1741
|
-
Generated on Thu Jul 3
|
1741
|
+
Generated on Thu Jul 3 20:27:35 2025 by
|
1742
1742
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1743
1743
|
0.9.37 (ruby-3.2.4).
|
1744
1744
|
</div>
|
@@ -261,7 +261,7 @@
|
|
261
261
|
</div>
|
262
262
|
|
263
263
|
<div id="footer">
|
264
|
-
Generated on Thu Jul 3
|
264
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
265
265
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
266
266
|
0.9.37 (ruby-3.2.4).
|
267
267
|
</div>
|
@@ -302,7 +302,7 @@
|
|
302
302
|
</div>
|
303
303
|
|
304
304
|
<div id="footer">
|
305
|
-
Generated on Thu Jul 3
|
305
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
306
306
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
307
307
|
0.9.37 (ruby-3.2.4).
|
308
308
|
</div>
|
@@ -396,7 +396,7 @@
|
|
396
396
|
</div>
|
397
397
|
|
398
398
|
<div id="footer">
|
399
|
-
Generated on Thu Jul 3
|
399
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
400
400
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
401
401
|
0.9.37 (ruby-3.2.4).
|
402
402
|
</div>
|
@@ -464,7 +464,7 @@
|
|
464
464
|
</div>
|
465
465
|
|
466
466
|
<div id="footer">
|
467
|
-
Generated on Thu Jul 3
|
467
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
468
468
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
469
469
|
0.9.37 (ruby-3.2.4).
|
470
470
|
</div>
|
@@ -1507,7 +1507,7 @@
|
|
1507
1507
|
</div>
|
1508
1508
|
|
1509
1509
|
<div id="footer">
|
1510
|
-
Generated on Thu Jul 3
|
1510
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
1511
1511
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1512
1512
|
0.9.37 (ruby-3.2.4).
|
1513
1513
|
</div>
|
@@ -122,7 +122,7 @@
|
|
122
122
|
</div>
|
123
123
|
|
124
124
|
<div id="footer">
|
125
|
-
Generated on Thu Jul 3
|
125
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
126
126
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
127
127
|
0.9.37 (ruby-3.2.4).
|
128
128
|
</div>
|
@@ -129,7 +129,7 @@
|
|
129
129
|
</div>
|
130
130
|
|
131
131
|
<div id="footer">
|
132
|
-
Generated on Thu Jul 3
|
132
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
133
133
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
134
134
|
0.9.37 (ruby-3.2.4).
|
135
135
|
</div>
|
@@ -122,7 +122,7 @@
|
|
122
122
|
</div>
|
123
123
|
|
124
124
|
<div id="footer">
|
125
|
-
Generated on Thu Jul 3
|
125
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
126
126
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
127
127
|
0.9.37 (ruby-3.2.4).
|
128
128
|
</div>
|
@@ -374,7 +374,7 @@
|
|
374
374
|
</div>
|
375
375
|
|
376
376
|
<div id="footer">
|
377
|
-
Generated on Thu Jul 3
|
377
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
378
378
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
379
379
|
0.9.37 (ruby-3.2.4).
|
380
380
|
</div>
|
@@ -585,7 +585,7 @@
|
|
585
585
|
</div>
|
586
586
|
|
587
587
|
<div id="footer">
|
588
|
-
Generated on Thu Jul 3
|
588
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
589
589
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
590
590
|
0.9.37 (ruby-3.2.4).
|
591
591
|
</div>
|
@@ -1297,7 +1297,7 @@
|
|
1297
1297
|
</div>
|
1298
1298
|
|
1299
1299
|
<div id="footer">
|
1300
|
-
Generated on Thu Jul 3
|
1300
|
+
Generated on Thu Jul 3 20:27:35 2025 by
|
1301
1301
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1302
1302
|
0.9.37 (ruby-3.2.4).
|
1303
1303
|
</div>
|
@@ -2168,7 +2168,7 @@
|
|
2168
2168
|
</div>
|
2169
2169
|
|
2170
2170
|
<div id="footer">
|
2171
|
-
Generated on Thu Jul 3
|
2171
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
2172
2172
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2173
2173
|
0.9.37 (ruby-3.2.4).
|
2174
2174
|
</div>
|
@@ -236,7 +236,7 @@
|
|
236
236
|
</div>
|
237
237
|
|
238
238
|
<div id="footer">
|
239
|
-
Generated on Thu Jul 3
|
239
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
240
240
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
241
241
|
0.9.37 (ruby-3.2.4).
|
242
242
|
</div>
|
@@ -105,7 +105,7 @@
|
|
105
105
|
</div>
|
106
106
|
|
107
107
|
<div id="footer">
|
108
|
-
Generated on Thu Jul 3
|
108
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
109
109
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
110
110
|
0.9.37 (ruby-3.2.4).
|
111
111
|
</div>
|
@@ -2127,7 +2127,7 @@
|
|
2127
2127
|
</div>
|
2128
2128
|
|
2129
2129
|
<div id="footer">
|
2130
|
-
Generated on Thu Jul 3
|
2130
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
2131
2131
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2132
2132
|
0.9.37 (ruby-3.2.4).
|
2133
2133
|
</div>
|
@@ -1073,7 +1073,7 @@
|
|
1073
1073
|
</div>
|
1074
1074
|
|
1075
1075
|
<div id="footer">
|
1076
|
-
Generated on Thu Jul 3
|
1076
|
+
Generated on Thu Jul 3 20:27:38 2025 by
|
1077
1077
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1078
1078
|
0.9.37 (ruby-3.2.4).
|
1079
1079
|
</div>
|
@@ -1078,7 +1078,7 @@
|
|
1078
1078
|
</div>
|
1079
1079
|
|
1080
1080
|
<div id="footer">
|
1081
|
-
Generated on Thu Jul 3
|
1081
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
1082
1082
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1083
1083
|
0.9.37 (ruby-3.2.4).
|
1084
1084
|
</div>
|
@@ -1044,7 +1044,7 @@
|
|
1044
1044
|
</div>
|
1045
1045
|
|
1046
1046
|
<div id="footer">
|
1047
|
-
Generated on Thu Jul 3
|
1047
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
1048
1048
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1049
1049
|
0.9.37 (ruby-3.2.4).
|
1050
1050
|
</div>
|
@@ -1260,7 +1260,7 @@
|
|
1260
1260
|
</div>
|
1261
1261
|
|
1262
1262
|
<div id="footer">
|
1263
|
-
Generated on Thu Jul 3
|
1263
|
+
Generated on Thu Jul 3 20:27:35 2025 by
|
1264
1264
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1265
1265
|
0.9.37 (ruby-3.2.4).
|
1266
1266
|
</div>
|
@@ -1482,7 +1482,7 @@
|
|
1482
1482
|
</div>
|
1483
1483
|
|
1484
1484
|
<div id="footer">
|
1485
|
-
Generated on Thu Jul 3
|
1485
|
+
Generated on Thu Jul 3 20:27:35 2025 by
|
1486
1486
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1487
1487
|
0.9.37 (ruby-3.2.4).
|
1488
1488
|
</div>
|
@@ -143,7 +143,7 @@
|
|
143
143
|
</div>
|
144
144
|
|
145
145
|
<div id="footer">
|
146
|
-
Generated on Thu Jul 3
|
146
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
147
147
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
148
148
|
0.9.37 (ruby-3.2.4).
|
149
149
|
</div>
|
@@ -2500,7 +2500,7 @@
|
|
2500
2500
|
</div>
|
2501
2501
|
|
2502
2502
|
<div id="footer">
|
2503
|
-
Generated on Thu Jul 3
|
2503
|
+
Generated on Thu Jul 3 20:27:35 2025 by
|
2504
2504
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2505
2505
|
0.9.37 (ruby-3.2.4).
|
2506
2506
|
</div>
|
@@ -568,7 +568,7 @@
|
|
568
568
|
</div>
|
569
569
|
|
570
570
|
<div id="footer">
|
571
|
-
Generated on Thu Jul 3
|
571
|
+
Generated on Thu Jul 3 20:27:38 2025 by
|
572
572
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
573
573
|
0.9.37 (ruby-3.2.4).
|
574
574
|
</div>
|
@@ -1764,7 +1764,7 @@
|
|
1764
1764
|
</div>
|
1765
1765
|
|
1766
1766
|
<div id="footer">
|
1767
|
-
Generated on Thu Jul 3
|
1767
|
+
Generated on Thu Jul 3 20:27:35 2025 by
|
1768
1768
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1769
1769
|
0.9.37 (ruby-3.2.4).
|
1770
1770
|
</div>
|
@@ -1825,7 +1825,7 @@
|
|
1825
1825
|
</div>
|
1826
1826
|
|
1827
1827
|
<div id="footer">
|
1828
|
-
Generated on Thu Jul 3
|
1828
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
1829
1829
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1830
1830
|
0.9.37 (ruby-3.2.4).
|
1831
1831
|
</div>
|
@@ -758,7 +758,7 @@
|
|
758
758
|
</div>
|
759
759
|
|
760
760
|
<div id="footer">
|
761
|
-
Generated on Thu Jul 3
|
761
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
762
762
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
763
763
|
0.9.37 (ruby-3.2.4).
|
764
764
|
</div>
|
@@ -737,7 +737,7 @@
|
|
737
737
|
</div>
|
738
738
|
|
739
739
|
<div id="footer">
|
740
|
-
Generated on Thu Jul 3
|
740
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
741
741
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
742
742
|
0.9.37 (ruby-3.2.4).
|
743
743
|
</div>
|
@@ -107,7 +107,7 @@
|
|
107
107
|
</div>
|
108
108
|
|
109
109
|
<div id="footer">
|
110
|
-
Generated on Thu Jul 3
|
110
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
111
111
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
112
112
|
0.9.37 (ruby-3.2.4).
|
113
113
|
</div>
|
@@ -471,7 +471,7 @@
|
|
471
471
|
</div>
|
472
472
|
|
473
473
|
<div id="footer">
|
474
|
-
Generated on Thu Jul 3
|
474
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
475
475
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
476
476
|
0.9.37 (ruby-3.2.4).
|
477
477
|
</div>
|
@@ -881,7 +881,7 @@
|
|
881
881
|
</div>
|
882
882
|
|
883
883
|
<div id="footer">
|
884
|
-
Generated on Thu Jul 3
|
884
|
+
Generated on Thu Jul 3 20:27:35 2025 by
|
885
885
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
886
886
|
0.9.37 (ruby-3.2.4).
|
887
887
|
</div>
|
data/docs/Tasker/Telemetry.html
CHANGED
@@ -120,7 +120,7 @@
|
|
120
120
|
</div>
|
121
121
|
|
122
122
|
<div id="footer">
|
123
|
-
Generated on Thu Jul 3
|
123
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
124
124
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
125
125
|
0.9.37 (ruby-3.2.4).
|
126
126
|
</div>
|
@@ -876,7 +876,7 @@
|
|
876
876
|
</div>
|
877
877
|
|
878
878
|
<div id="footer">
|
879
|
-
Generated on Thu Jul 3
|
879
|
+
Generated on Thu Jul 3 20:27:33 2025 by
|
880
880
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
881
881
|
0.9.37 (ruby-3.2.4).
|
882
882
|
</div>
|
@@ -1053,7 +1053,7 @@
|
|
1053
1053
|
</div>
|
1054
1054
|
|
1055
1055
|
<div id="footer">
|
1056
|
-
Generated on Thu Jul 3
|
1056
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
1057
1057
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1058
1058
|
0.9.37 (ruby-3.2.4).
|
1059
1059
|
</div>
|
@@ -217,7 +217,7 @@
|
|
217
217
|
</div>
|
218
218
|
|
219
219
|
<div id="footer">
|
220
|
-
Generated on Thu Jul 3
|
220
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
221
221
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
222
222
|
0.9.37 (ruby-3.2.4).
|
223
223
|
</div>
|
@@ -1721,7 +1721,7 @@
|
|
1721
1721
|
</div>
|
1722
1722
|
|
1723
1723
|
<div id="footer">
|
1724
|
-
Generated on Thu Jul 3
|
1724
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
1725
1725
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1726
1726
|
0.9.37 (ruby-3.2.4).
|
1727
1727
|
</div>
|
@@ -378,7 +378,7 @@
|
|
378
378
|
</div>
|
379
379
|
|
380
380
|
<div id="footer">
|
381
|
-
Generated on Thu Jul 3
|
381
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
382
382
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
383
383
|
0.9.37 (ruby-3.2.4).
|
384
384
|
</div>
|
@@ -516,7 +516,7 @@
|
|
516
516
|
</div>
|
517
517
|
|
518
518
|
<div id="footer">
|
519
|
-
Generated on Thu Jul 3
|
519
|
+
Generated on Thu Jul 3 20:27:35 2025 by
|
520
520
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
521
521
|
0.9.37 (ruby-3.2.4).
|
522
522
|
</div>
|
@@ -743,7 +743,7 @@
|
|
743
743
|
</div>
|
744
744
|
|
745
745
|
<div id="footer">
|
746
|
-
Generated on Thu Jul 3
|
746
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
747
747
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
748
748
|
0.9.37 (ruby-3.2.4).
|
749
749
|
</div>
|
@@ -1171,7 +1171,7 @@
|
|
1171
1171
|
</div>
|
1172
1172
|
|
1173
1173
|
<div id="footer">
|
1174
|
-
Generated on Thu Jul 3
|
1174
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
1175
1175
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1176
1176
|
0.9.37 (ruby-3.2.4).
|
1177
1177
|
</div>
|
@@ -1953,7 +1953,7 @@
|
|
1953
1953
|
</div>
|
1954
1954
|
|
1955
1955
|
<div id="footer">
|
1956
|
-
Generated on Thu Jul 3
|
1956
|
+
Generated on Thu Jul 3 20:27:35 2025 by
|
1957
1957
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1958
1958
|
0.9.37 (ruby-3.2.4).
|
1959
1959
|
</div>
|
@@ -507,7 +507,7 @@
|
|
507
507
|
</div>
|
508
508
|
|
509
509
|
<div id="footer">
|
510
|
-
Generated on Thu Jul 3
|
510
|
+
Generated on Thu Jul 3 20:27:35 2025 by
|
511
511
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
512
512
|
0.9.37 (ruby-3.2.4).
|
513
513
|
</div>
|
@@ -771,7 +771,7 @@
|
|
771
771
|
</div>
|
772
772
|
|
773
773
|
<div id="footer">
|
774
|
-
Generated on Thu Jul 3
|
774
|
+
Generated on Thu Jul 3 20:27:35 2025 by
|
775
775
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
776
776
|
0.9.37 (ruby-3.2.4).
|
777
777
|
</div>
|
@@ -684,7 +684,7 @@
|
|
684
684
|
</div>
|
685
685
|
|
686
686
|
<div id="footer">
|
687
|
-
Generated on Thu Jul 3
|
687
|
+
Generated on Thu Jul 3 20:27:35 2025 by
|
688
688
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
689
689
|
0.9.37 (ruby-3.2.4).
|
690
690
|
</div>
|
@@ -774,7 +774,7 @@
|
|
774
774
|
</div>
|
775
775
|
|
776
776
|
<div id="footer">
|
777
|
-
Generated on Thu Jul 3
|
777
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
778
778
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
779
779
|
0.9.37 (ruby-3.2.4).
|
780
780
|
</div>
|
@@ -343,7 +343,7 @@
|
|
343
343
|
</div>
|
344
344
|
|
345
345
|
<div id="footer">
|
346
|
-
Generated on Thu Jul 3
|
346
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
347
347
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
348
348
|
0.9.37 (ruby-3.2.4).
|
349
349
|
</div>
|
@@ -1183,7 +1183,7 @@
|
|
1183
1183
|
</div>
|
1184
1184
|
|
1185
1185
|
<div id="footer">
|
1186
|
-
Generated on Thu Jul 3
|
1186
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
1187
1187
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1188
1188
|
0.9.37 (ruby-3.2.4).
|
1189
1189
|
</div>
|
@@ -1169,7 +1169,7 @@
|
|
1169
1169
|
</div>
|
1170
1170
|
|
1171
1171
|
<div id="footer">
|
1172
|
-
Generated on Thu Jul 3
|
1172
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
1173
1173
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1174
1174
|
0.9.37 (ruby-3.2.4).
|
1175
1175
|
</div>
|
@@ -2736,7 +2736,7 @@
|
|
2736
2736
|
</div>
|
2737
2737
|
|
2738
2738
|
<div id="footer">
|
2739
|
-
Generated on Thu Jul 3
|
2739
|
+
Generated on Thu Jul 3 20:27:35 2025 by
|
2740
2740
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2741
2741
|
0.9.37 (ruby-3.2.4).
|
2742
2742
|
</div>
|
data/docs/Tasker/Types.html
CHANGED
@@ -144,7 +144,7 @@
|
|
144
144
|
</div>
|
145
145
|
|
146
146
|
<div id="footer">
|
147
|
-
Generated on Thu Jul 3
|
147
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
148
148
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
149
149
|
0.9.37 (ruby-3.2.4).
|
150
150
|
</div>
|
@@ -272,7 +272,7 @@
|
|
272
272
|
</div>
|
273
273
|
|
274
274
|
<div id="footer">
|
275
|
-
Generated on Thu Jul 3
|
275
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
276
276
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
277
277
|
0.9.37 (ruby-3.2.4).
|
278
278
|
</div>
|
@@ -2714,7 +2714,7 @@
|
|
2714
2714
|
</div>
|
2715
2715
|
|
2716
2716
|
<div id="footer">
|
2717
|
-
Generated on Thu Jul 3
|
2717
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
2718
2718
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2719
2719
|
0.9.37 (ruby-3.2.4).
|
2720
2720
|
</div>
|
@@ -294,7 +294,7 @@
|
|
294
294
|
</div>
|
295
295
|
|
296
296
|
<div id="footer">
|
297
|
-
Generated on Thu Jul 3
|
297
|
+
Generated on Thu Jul 3 20:27:35 2025 by
|
298
298
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
299
299
|
0.9.37 (ruby-3.2.4).
|
300
300
|
</div>
|
@@ -295,7 +295,7 @@
|
|
295
295
|
</div>
|
296
296
|
|
297
297
|
<div id="footer">
|
298
|
-
Generated on Thu Jul 3
|
298
|
+
Generated on Thu Jul 3 20:27:38 2025 by
|
299
299
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
300
300
|
0.9.37 (ruby-3.2.4).
|
301
301
|
</div>
|
@@ -272,7 +272,7 @@
|
|
272
272
|
</div>
|
273
273
|
|
274
274
|
<div id="footer">
|
275
|
-
Generated on Thu Jul 3
|
275
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
276
276
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
277
277
|
0.9.37 (ruby-3.2.4).
|
278
278
|
</div>
|
@@ -2191,7 +2191,7 @@
|
|
2191
2191
|
</div>
|
2192
2192
|
|
2193
2193
|
<div id="footer">
|
2194
|
-
Generated on Thu Jul 3
|
2194
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
2195
2195
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2196
2196
|
0.9.37 (ruby-3.2.4).
|
2197
2197
|
</div>
|