fattureincloud_ruby_sdk 2.1.2 → 2.1.3
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/CHANGELOG.md +2 -0
- data/Gemfile.lock +77 -0
- data/README.md +23 -7
- data/docs/ArchiveApi.md +1 -1
- data/docs/Attachment.md +9 -0
- data/docs/CashbookApi.md +1 -1
- data/docs/ClientsApi.md +1 -1
- data/docs/CompanyInfoPlanInfoFunctions.md +0 -1
- data/docs/DocumentTemplate.md +6 -1
- data/docs/GetPendingReceivedDocumentResponse.md +8 -0
- data/docs/GetTemplatesResponse.md +8 -0
- data/docs/InfoApi.md +74 -74
- data/docs/IssuedDocumentExtraData.md +2 -0
- data/docs/IssuedDocumentsApi.md +13 -13
- data/docs/IssuedEInvoicesApi.md +1 -1
- data/docs/ListPendingReceivedDocumentsResponse.md +19 -0
- data/docs/ListPendingReceivedDocumentsResponsePage.md +8 -0
- data/docs/PendingReceivedDocument.md +26 -0
- data/docs/PendingReceivedDocumentExtractedData.md +8 -0
- data/docs/PendingReceivedDocumentExtractedDataMining.md +8 -0
- data/docs/PendingReceivedDocumentPaymentsListItem.md +14 -0
- data/docs/PendingReceivedDocumentPaymentsListItemPaymentTerms.md +9 -0
- data/docs/PendingReceivedDocumentType.md +7 -0
- data/docs/PriceListsApi.md +2 -2
- data/docs/ProductsApi.md +1 -1
- data/docs/ReceiptsApi.md +1 -1
- data/docs/ReceivedDocument.md +2 -0
- data/docs/ReceivedDocumentItemsListItem.md +1 -0
- data/docs/ReceivedDocumentsApi.md +180 -16
- data/docs/SettingsApi.md +157 -3
- data/docs/SuppliersApi.md +1 -1
- data/docs/TaxesApi.md +2 -2
- data/docs/TemplateType.md +7 -0
- data/docs/WebhooksApi.md +2 -2
- data/fattureincloud_ruby_sdk.gemspec +2 -3
- data/lib/fattureincloud_ruby_sdk/api/archive_api.rb +6 -4
- data/lib/fattureincloud_ruby_sdk/api/cashbook_api.rb +5 -3
- data/lib/fattureincloud_ruby_sdk/api/clients_api.rb +6 -4
- data/lib/fattureincloud_ruby_sdk/api/companies_api.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/api/emails_api.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/api/info_api.rb +72 -72
- data/lib/fattureincloud_ruby_sdk/api/issued_documents_api.rb +20 -10
- data/lib/fattureincloud_ruby_sdk/api/issued_e_invoices_api.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/api/price_lists_api.rb +4 -4
- data/lib/fattureincloud_ruby_sdk/api/products_api.rb +6 -4
- data/lib/fattureincloud_ruby_sdk/api/receipts_api.rb +6 -4
- data/lib/fattureincloud_ruby_sdk/api/received_documents_api.rb +203 -11
- data/lib/fattureincloud_ruby_sdk/api/settings_api.rb +162 -4
- data/lib/fattureincloud_ruby_sdk/api/suppliers_api.rb +6 -4
- data/lib/fattureincloud_ruby_sdk/api/taxes_api.rb +8 -4
- data/lib/fattureincloud_ruby_sdk/api/user_api.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/api/webhooks_api.rb +6 -2
- data/lib/fattureincloud_ruby_sdk/api_client.rb +9 -5
- data/lib/fattureincloud_ruby_sdk/api_error.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/api_model_base.rb +88 -0
- data/lib/fattureincloud_ruby_sdk/configuration.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/archive_document.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/attachment.rb +232 -0
- data/lib/fattureincloud_ruby_sdk/models/attachment_data.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/cashbook_entry.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_document.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_kind.rb +4 -3
- data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/city.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/client.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/client_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/company.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/company_info.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/company_info_access_info.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions.rb +4 -14
- data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions_status.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_limits.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/company_plan_usage.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/company_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/controlled_company.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_archive_document_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_archive_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_client_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_client_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_f24_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_f24_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_issued_document_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_issued_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_payment_account_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_payment_account_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_payment_method_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_payment_method_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_product_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_product_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_receipt_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_receipt_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_received_document_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_received_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_supplier_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_supplier_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_vat_type_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_vat_type_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_webhooks_subscription_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_webhooks_subscription_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/currency.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/detailed_country.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/document_template.rb +82 -14
- data/lib/fattureincloud_ruby_sdk/models/e_invoice_rejection_reason.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/email.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/email_attachment.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/email_data.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/email_data_default_sender_email.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/email_recipient_status.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/email_schedule.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/email_schedule_include.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/email_status.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/entity.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/entity_client_pre_create_info.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/entity_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/event_type.rb +11 -7
- data/lib/fattureincloud_ruby_sdk/models/f24.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/f24_status.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/fatture_in_cloud_plan_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/function_status.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_archive_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_bin_issued_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_bin_received_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_cashbook_entry_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_client_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_company_info_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_company_plan_usage_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_e_invoice_rejection_reason_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_email_data_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_entity_client_pre_create_info_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_f24_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_issued_document_pre_create_info_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_issued_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_payment_account_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_payment_method_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_pending_received_document_response.rb +221 -0
- data/lib/fattureincloud_ruby_sdk/models/get_price_list_items_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_product_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_receipt_pre_create_info_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_receipt_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_receipts_monthly_totals_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_received_document_pre_create_info_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_received_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_supplier_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_tax_profile_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_templates_response.rb +220 -0
- data/lib/fattureincloud_ruby_sdk/models/get_user_info_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_user_info_response_email_confirmation_state.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_user_info_response_info.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_vat_type_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_webhooks_subscription_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_ei_data.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_extra_data.rb +30 -8
- data/lib/fattureincloud_ruby_sdk/models/issued_document_items_list_item.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_options.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item_payment_terms.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_default_values.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_extra_data_default_values.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_items_default_values.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_status.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/issued_document_totals.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_type.rb +4 -5
- data/lib/fattureincloud_ruby_sdk/models/join_issued_documents_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/language.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_archive_categories_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response_page.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_bin_issued_documents.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_bin_received_documents.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_cashbook_entries_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_cities_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_clients_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_clients_response_page.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_cost_centers_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_countries_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_currencies_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_delivery_notes_default_causals_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_detailed_countries_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_emails_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_emails_response_page.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_f24_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregated_data.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregation.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_f24_response_page.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response_page.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_languages_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_payment_accounts_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_payment_methods_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_pending_received_documents_response.rb +353 -0
- data/lib/fattureincloud_ruby_sdk/models/list_pending_received_documents_response_page.rb +223 -0
- data/lib/fattureincloud_ruby_sdk/models/list_price_lists_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_product_categories_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_products_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_products_response_page.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_receipts_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_receipts_response_page.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_received_document_categories_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_received_documents_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_received_documents_response_page.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_revenue_centers_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_suppliers_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_suppliers_response_page.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_templates_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_units_of_measure_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_user_companies_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_user_companies_response_data.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_vat_types_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_webhooks_subscriptions_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_archive_document_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_archive_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_client_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_client_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_f24_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_f24_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_issued_document_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_issued_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_payment_account_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_payment_account_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_payment_method_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_payment_method_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_product_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_product_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_receipt_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_receipt_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_received_document_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_received_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_supplier_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_supplier_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_vat_type_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_vat_type_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_webhooks_subscription_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_webhooks_subscription_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/monthly_total.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/original_document_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/pagination.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/payment_account.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/payment_account_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/payment_method.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/payment_method_details.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/payment_method_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/payment_terms_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/pending_received_document.rb +442 -0
- data/lib/fattureincloud_ruby_sdk/models/pending_received_document_extracted_data.rb +220 -0
- data/lib/fattureincloud_ruby_sdk/models/pending_received_document_extracted_data_mining.rb +220 -0
- data/lib/fattureincloud_ruby_sdk/models/pending_received_document_payments_list_item.rb +286 -0
- data/lib/fattureincloud_ruby_sdk/models/pending_received_document_payments_list_item_payment_terms.rb +255 -0
- data/lib/fattureincloud_ruby_sdk/models/pending_received_document_type.rb +41 -0
- data/lib/fattureincloud_ruby_sdk/models/permission_level.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/permissions.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/permissions_fic_issued_documents_detailed.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/price_list.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/price_list_item.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/price_list_prices_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/price_list_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/product.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/receipt.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/receipt_items_list_item.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/receipt_pre_create_info.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/receipt_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/received_document.rb +30 -8
- data/lib/fattureincloud_ruby_sdk/models/received_document_info.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/received_document_info_default_values.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/received_document_info_items_default_values.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/received_document_items_list_item.rb +19 -8
- data/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item_payment_terms.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/received_document_totals.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/received_document_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/schedule_email_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request_data.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request_options.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response_data.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/sender_email.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/show_totals_mode.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/supplier.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/supplier_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/tax_profile.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/template_type.rb +41 -0
- data/lib/fattureincloud_ruby_sdk/models/transform_issued_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/upload_archive_attachment_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/upload_f24_attachment_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/upload_issued_document_attachment_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/upload_received_document_attachment_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/user.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/user_company_role.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/vat_item.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/vat_kind.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/vat_type.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_error.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_error_validation_result.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_extra.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response_data.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/verify_webhooks_subscription.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/verify_webhooks_subscription_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/webhooks_subscription.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/webhooks_subscription_config.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/webhooks_subscription_mapping.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/webhooks_subscription_verification_method.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/version.rb +3 -3
- data/lib/fattureincloud_ruby_sdk.rb +15 -3
- data/scripts/node_modules/.yarn-integrity +1 -1
- data/scripts/node_modules/js-yaml/README.md +9 -8
- data/scripts/node_modules/js-yaml/dist/js-yaml.js +22 -16
- data/scripts/node_modules/js-yaml/dist/js-yaml.min.js +2 -2
- data/scripts/node_modules/js-yaml/dist/js-yaml.mjs +20 -15
- data/scripts/node_modules/js-yaml/lib/loader.js +18 -12
- data/scripts/node_modules/js-yaml/package.json +1 -1
- data/scripts/yarn.lock +3 -3
- data/sdk-version.yaml +1 -1
- data/spec/api/companies_api_spec.rb +1 -1
- data/spec/api/info_api_spec.rb +6 -6
- data/spec/api/price_lists_api_spec.rb +5 -5
- data/spec/models/attachment_spec.rb +93 -0
- data/spec/models/company_info_plan_info_functions_spec.rb +0 -7
- data/spec/models/company_info_plan_info_spec.rb +0 -1
- data/spec/models/company_info_spec.rb +0 -1
- data/spec/models/entity_client_pre_create_info_spec.rb +7 -7
- data/spec/models/get_bin_issued_document_response_spec.rb +1 -1
- data/spec/models/get_bin_received_document_response_spec.rb +48 -48
- data/spec/models/get_company_info_response_spec.rb +0 -1
- data/spec/models/get_entity_client_pre_create_info_response_spec.rb +52 -52
- data/spec/models/get_pending_received_document_response_spec.rb +36 -0
- data/spec/models/get_price_list_items_response_spec.rb +1 -1
- data/spec/models/get_templates_response_spec.rb +36 -0
- data/spec/models/list_bin_issued_documents_spec.rb +1 -1
- data/spec/models/list_bin_received_documents_spec.rb +100 -100
- data/spec/models/list_pending_received_documents_response_page_spec.rb +36 -0
- data/spec/models/list_pending_received_documents_response_spec.rb +102 -0
- data/spec/models/list_price_lists_response_spec.rb +1 -1
- data/spec/models/pending_received_document_extracted_data_mining_spec.rb +36 -0
- data/spec/models/pending_received_document_extracted_data_spec.rb +36 -0
- data/spec/models/pending_received_document_payments_list_item_payment_terms_spec.rb +42 -0
- data/spec/models/pending_received_document_payments_list_item_spec.rb +72 -0
- data/spec/models/pending_received_document_spec.rb +144 -0
- data/spec/models/pending_received_document_type_spec.rb +30 -0
- data/spec/models/price_list_item_spec.rb +1 -1
- data/spec/models/price_list_spec.rb +7 -7
- data/spec/models/template_type_spec.rb +30 -0
- data/spec/models/verify_webhooks_subscription_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- data/vendor/bundle/ruby/3.1.0/bin/byebug +29 -0
- data/vendor/bundle/ruby/3.1.0/bin/coderay +29 -0
- data/vendor/bundle/ruby/3.1.0/bin/htmldiff +31 -0
- data/vendor/bundle/ruby/3.1.0/bin/ldiff +31 -0
- data/vendor/bundle/ruby/3.1.0/bin/pry +29 -0
- data/vendor/bundle/ruby/3.1.0/bin/racc +29 -0
- data/vendor/bundle/ruby/3.1.0/bin/rake +29 -0
- data/vendor/bundle/ruby/3.1.0/bin/rspec +29 -0
- data/vendor/bundle/ruby/3.1.0/bin/rubocop +29 -0
- data/vendor/bundle/ruby/3.1.0/bin/ruby-parse +29 -0
- data/vendor/bundle/ruby/3.1.0/bin/ruby-rewrite +29 -0
- data/vendor/bundle/ruby/3.1.0/cache/ast-2.4.3.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/byebug-12.0.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/coderay-1.1.3.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/diff-lcs-1.6.2.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/ethon-0.18.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/ffi-1.17.4.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/logger-1.7.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/method_source-1.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/parallel-1.28.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/parser-3.3.11.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/prism-1.9.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/pry-0.15.2.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/pry-byebug-3.11.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/racc-1.8.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rainbow-3.1.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rake-13.0.6.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/regexp_parser-2.12.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rexml-3.4.4.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rspec-3.13.2.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rspec-core-3.13.6.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rspec-expectations-3.13.5.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rspec-mocks-3.13.8.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rspec-support-3.13.7.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rubocop-1.12.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rubocop-ast-1.49.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/ruby-progressbar-1.13.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/typhoeus-1.6.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/unicode-display_width-2.6.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/byebug-12.0.0/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/byebug-12.0.0/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/byebug-12.0.0/gem_make.out +19 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.17.4/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.17.4/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.17.4/gem_make.out +44 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.17.4/mkmf.log +268 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/prism-1.9.0/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/prism-1.9.0/gem_make.out +41 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/prism-1.9.0/mkmf.log +74 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/prism-1.9.0/prism/prism.so +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/racc-1.8.1/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/racc-1.8.1/gem_make.out +15 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/racc-1.8.1/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.3/LICENSE.MIT +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.3/README.YARD.md +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.3/lib/ast/node.rb +268 -0
- data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.3/lib/ast/processor/mixin.rb +288 -0
- data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.3/lib/ast/processor.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.3/lib/ast/sexp.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.3/lib/ast.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/CHANGELOG.md +959 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/CONTRIBUTING.md +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/GUIDE.md +1806 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/LICENSE +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/README.md +197 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/exe/byebug +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/.sitearchdir.-.byebug.time +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/Makefile +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/breakpoint.c +521 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/breakpoint.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/byebug.c +906 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/byebug.h +145 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/byebug.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/context.c +687 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/context.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/extconf.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/locker.c +96 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/locker.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/threads.c +241 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/threads.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/attacher.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/breakpoint.rb +94 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/command.rb +111 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/command_list.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/break.rb +114 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/catch.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/condition.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/continue.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/debug.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/delete.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/disable/breakpoints.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/disable/display.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/disable.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/display.rb +66 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/down.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/edit.rb +69 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/enable/breakpoints.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/enable/display.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/enable.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/finish.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/frame.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/help.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/history.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/info/breakpoints.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/info/display.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/info/file.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/info/line.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/info/program.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/info.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/interrupt.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/irb.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/kill.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/list.rb +159 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/method.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/next.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/pry.rb +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/quit.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/restart.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/save.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/set.rb +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/show.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/skip.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/source.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/step.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/thread/current.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/thread/list.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/thread/resume.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/thread/stop.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/thread/switch.rb +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/thread.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/tracevar.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/undisplay.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/untracevar.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/up.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/var/all.rb +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/var/args.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/var/const.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/var/global.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/var/instance.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/var/local.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/var.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/where.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/context.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/core.rb +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/errors.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/frame.rb +185 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/bin.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/eval.rb +124 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/file.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/frame.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/parse.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/path.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/reflection.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/string.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/thread.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/toggle.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/var.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/history.rb +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/interface.rb +146 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/interfaces/local_interface.rb +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/interfaces/remote_interface.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/interfaces/script_interface.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/interfaces/test_interface.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/option_setter.rb +95 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/printers/base.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/printers/plain.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/printers/texts/base.yml +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/printers/texts/plain.yml +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/processors/command_processor.rb +173 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/processors/control_processor.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/processors/post_mortem_processor.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/processors/script_processor.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/remote/client.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/remote/server.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/remote.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/runner.rb +198 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/setting.rb +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/autoirb.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/autolist.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/autopry.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/autosave.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/basename.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/callstyle.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/fullpath.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/histfile.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/histsize.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/linetrace.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/listsize.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/post_mortem.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/savefile.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/stack_on_error.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/width.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/source_file_formatter.rb +71 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/subcommands.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/version.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/MIT-LICENSE +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/README_INDEX.rdoc +123 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/bin/coderay +215 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/duo.rb +81 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/_map.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/comment_filter.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/count.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/debug.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/debug_lint.rb +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/encoder.rb +190 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/filter.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/html/css.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/html/numbering.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/html/output.rb +164 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/html.rb +333 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/json.rb +83 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/lines_of_code.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/lint.rb +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/null.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/page.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/span.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/statistic.rb +95 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/terminal.rb +195 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/text.rb +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/token_kind_filter.rb +111 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/xml.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/yaml.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/for_redcloth.rb +95 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/helpers/file_type.rb +151 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/helpers/plugin.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/helpers/plugin_host.rb +221 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/helpers/word_list.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/_map.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/c.rb +189 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/clojure.rb +217 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/cpp.rb +217 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/css.rb +196 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/debug.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/delphi.rb +144 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/diff.rb +221 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/erb.rb +81 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/go.rb +208 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/groovy.rb +268 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/haml.rb +168 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/html.rb +275 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/java/builtin_types.rb +421 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/java.rb +174 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/java_script.rb +236 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/json.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/lua.rb +280 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/php.rb +527 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/python.rb +287 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/raydebug.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/ruby/patterns.rb +178 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/ruby/string_state.rb +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/ruby.rb +477 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/sass.rb +232 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/scanner.rb +337 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/sql.rb +169 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/taskpaper.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/text.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/xml.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/yaml.rb +140 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/styles/_map.rb +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/styles/alpha.rb +153 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/styles/style.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/styles.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/token_kinds.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/tokens.rb +164 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/tokens_proxy.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/version.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay.rb +284 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/.rspec +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/CHANGELOG.md +518 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/CODE_OF_CONDUCT.md +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/CONTRIBUTING.md +71 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/CONTRIBUTORS.md +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/LICENCE.md +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/Manifest.txt +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/README.md +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/Rakefile +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/SECURITY.md +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/bin/htmldiff +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/bin/ldiff +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/docs/COPYING.txt +339 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/docs/artistic.txt +127 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/array.rb +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/backports.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/block.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/callbacks.rb +327 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/change.rb +174 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/htmldiff.rb +160 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/hunk.rb +379 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/internals.rb +308 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/ldiff.rb +189 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/string.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/version.rb +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs.rb +742 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff-lcs.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/mise.toml +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/change_spec.rb +89 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/diff_spec.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/123_x +2 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/456_x +2 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/aX +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/bXaX +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ds1.csv +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ds2.csv +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/empty +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/file1.bin +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/file2.bin +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/four_lines +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/four_lines_with_missing_new_line +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/diff.missing_new_line1-e +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/diff.missing_new_line1-f +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/diff.missing_new_line2-e +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/diff.missing_new_line2-f +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/error.diff.chef-e +2 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/error.diff.chef-f +2 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/error.diff.missing_new_line1-e +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/error.diff.missing_new_line1-f +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/error.diff.missing_new_line2-e +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/error.diff.missing_new_line2-f +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff-c +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff-e +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff-f +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff-u +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin1 +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin1-c +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin1-e +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin1-f +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin1-u +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin2 +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin2-c +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin2-e +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin2-f +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin2-u +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef-c +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef-e +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef-f +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef-u +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef2 +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef2-c +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef2-d +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef2-e +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef2-f +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef2-u +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.empty.vs.four_lines +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-c +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-e +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-f +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-u +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.four_lines.vs.empty +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-c +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-e +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-f +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-u +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.issue95_trailing_context +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.issue95_trailing_context-c +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.issue95_trailing_context-e +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.issue95_trailing_context-f +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.issue95_trailing_context-u +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line1 +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line1-c +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line1-e +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line1-f +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line1-u +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line2 +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line2-c +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line2-e +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line2-f +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line2-u +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/new-chef +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/new-chef2 +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/old-chef +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/old-chef2 +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/hunk_spec.rb +83 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/issues_spec.rb +160 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/lcs_spec.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/ldiff_spec.rb +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/patch_spec.rb +416 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/sdiff_spec.rb +216 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/spec_helper.rb +376 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/traverse_balanced_spec.rb +312 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/traverse_sequences_spec.rb +137 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/CHANGELOG.md +417 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/LICENSE +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/README.md +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/ethon.gemspec +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curl.rb +90 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curls/classes.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curls/codes.rb +123 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curls/constants.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curls/form_options.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curls/functions.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curls/infos.rb +151 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curls/messages.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curls/options.rb +503 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curls/settings.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/callbacks.rb +155 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/debug_info.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/features.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/form.rb +107 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/header.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/actionable.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/custom.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/delete.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/get.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/head.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/options.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/patch.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/post.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/postable.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/put.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/putable.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/informations.rb +116 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/mirror.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/operations.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/options.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/params.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/queryable.rb +154 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/response_callbacks.rb +136 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/util.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy.rb +315 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors/ethon_error.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors/global_init.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors/invalid_option.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors/invalid_value.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors/multi_add.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors/multi_fdset.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors/multi_remove.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors/multi_timeout.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors/select.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/libc.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/loggable.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/multi/operations.rb +228 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/multi/options.rb +117 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/multi/stack.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/multi.rb +126 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/version.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/CHANGELOG.md +507 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/COPYING +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/Gemfile +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/LICENSE +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/LICENSE.SPECS +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/README.md +138 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/Rakefile +209 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/Steepfile +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/.sitearchdir.time +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/AbstractMemory.c +1129 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/AbstractMemory.h +176 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/AbstractMemory.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/ArrayType.c +198 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/ArrayType.h +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/ArrayType.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Buffer.c +417 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Buffer.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Call.c +504 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Call.h +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Call.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/ClosurePool.c +333 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/ClosurePool.h +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/ClosurePool.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/DynamicLibrary.c +397 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/DynamicLibrary.h +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/DynamicLibrary.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Function.c +1083 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Function.h +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Function.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/FunctionInfo.c +322 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/FunctionInfo.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/LastError.c +243 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/LastError.h +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/LastError.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/LongDouble.c +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/LongDouble.h +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/LongDouble.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Makefile +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/MappedType.c +211 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/MappedType.h +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/MappedType.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/MemoryPointer.c +219 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/MemoryPointer.h +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/MemoryPointer.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/MethodHandle.c +352 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/MethodHandle.h +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/MethodHandle.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Platform.c +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Platform.h +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Platform.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Pointer.c +549 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Pointer.h +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Pointer.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Struct.c +904 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Struct.h +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Struct.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/StructByValue.c +177 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/StructByValue.h +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/StructByValue.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/StructLayout.c +886 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/StructLayout.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Thread.c +129 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Thread.h +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Thread.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Type.c +448 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Type.h +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Type.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Types.c +144 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Types.h +87 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Types.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Variadic.c +348 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Variadic.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/compat.h +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/extconf.h +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/extconf.rb +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/ffi.c +97 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/ffi.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/ChangeLog.old +7407 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/LICENSE +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +353 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/Makefile.am +162 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/Makefile.in +2114 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/README.md +567 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/acinclude.m4 +383 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/autogen.sh +2 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/compile +348 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/config.guess +1812 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/config.sub +1973 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/configure +22791 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/configure.ac +465 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/configure.host +337 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/doc/Makefile.am +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/doc/Makefile.in +822 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/doc/libffi.texi +1069 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/doc/version.texi +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/fficonfig.h.in +188 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +285 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/include/Makefile.am +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/include/Makefile.in +613 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/include/ffi.h.in +536 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/include/ffi_cfi.h +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/include/ffi_common.h +201 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/include/tramp.h +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/install-sh +541 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/libffi.map.in +93 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/libffi.pc.in +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +997 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/libtool-ldflags +106 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/libtool-version +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/ltmain.sh +11436 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/asmcfi.m4 +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_append_flag.m4 +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +198 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +158 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +119 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_configure_args.m4 +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +302 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +89 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_prepend_flag.m4 +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_require_defined.m4 +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/make_sunver.pl +333 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/man/Makefile.am +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/man/Makefile.in +569 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/man/ffi.3 +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/man/ffi_call.3 +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/man/ffi_prep_cif.3 +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/missing +215 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +511 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/fficonfig.h +219 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/msvcc.sh +353 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/aarch64/ffi.c +1145 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/aarch64/ffitarget.h +97 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/aarch64/internal.h +146 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/aarch64/sysv.S +705 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +506 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/alpha/ffi.c +521 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/alpha/ffitarget.h +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/alpha/internal.h +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/alpha/osf.S +282 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/arc/arcompact.S +210 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/arc/ffi.c +447 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/arc/ffitarget.h +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/arm/ffi.c +921 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/arm/ffitarget.h +89 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/arm/internal.h +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/arm/sysv.S +456 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +311 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/avr32/ffi.c +423 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/avr32/ffitarget.h +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/avr32/sysv.S +208 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/bfin/ffi.c +196 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/bfin/ffitarget.h +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/bfin/sysv.S +179 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/closures.c +1107 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/cris/ffi.c +386 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/cris/ffitarget.h +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/cris/sysv.S +215 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/csky/ffi.c +395 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/csky/ffitarget.h +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/csky/sysv.S +371 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/debug.c +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/dlmalloc.c +5172 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/frv/eabi.S +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/frv/ffi.c +292 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/frv/ffitarget.h +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/ia64/ffi.c +616 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/ia64/ffitarget.h +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/ia64/ia64_flags.h +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/ia64/unix.S +585 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/java_raw_api.c +374 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/kvx/asm.h +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/kvx/ffi.c +273 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/kvx/ffitarget.h +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/kvx/sysv.S +127 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/loongarch64/ffi.c +624 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/loongarch64/ffitarget.h +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/loongarch64/sysv.S +327 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/m32r/ffi.c +249 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/m32r/ffitarget.h +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/m32r/sysv.S +121 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/m68k/ffi.c +362 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/m68k/ffitarget.h +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/m68k/sysv.S +357 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/m88k/ffi.c +400 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/m88k/ffitarget.h +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/m88k/obsd.S +209 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/metag/ffi.c +330 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/metag/ffitarget.h +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/metag/sysv.S +311 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/microblaze/ffi.c +321 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/microblaze/ffitarget.h +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/microblaze/sysv.S +302 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/mips/ffi.c +1317 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/mips/ffitarget.h +249 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/mips/n32.S +827 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/mips/o32.S +565 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/moxie/eabi.S +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/moxie/ffi.c +310 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/moxie/ffitarget.h +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/or1k/ffi.c +341 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/or1k/ffitarget.h +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/or1k/sysv.S +107 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/pa/ffi.c +673 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/pa/ffi64.c +614 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/pa/ffitarget.h +94 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/pa/hpux32.S +417 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/pa/hpux64.S +681 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/pa/linux.S +431 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/aix.S +566 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/aix_closure.S +694 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/asm.h +125 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/darwin.S +378 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +571 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/ffi.c +194 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +1464 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +1160 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +933 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/ffitarget.h +204 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/internal.h +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/linux64.S +293 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +613 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +421 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/sysv.S +173 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/t-aix +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/prep_cif.c +280 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/raw_api.c +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/riscv/ffi.c +537 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/riscv/ffitarget.h +69 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/riscv/internal.h +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/riscv/sysv.S +317 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/s390/ffi.c +783 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/s390/ffitarget.h +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/s390/internal.h +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/s390/sysv.S +363 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sh/ffi.c +717 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sh/ffitarget.h +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sh/sysv.S +850 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sh64/ffi.c +469 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sh64/ffitarget.h +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sh64/sysv.S +539 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sparc/ffi.c +484 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sparc/ffi64.c +630 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sparc/ffitarget.h +81 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sparc/internal.h +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sparc/v8.S +443 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sparc/v9.S +440 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/tile/ffi.c +355 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/tile/ffitarget.h +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/tile/tile.S +360 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/tramp.c +721 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/types.c +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/vax/elfbsd.S +195 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/vax/ffi.c +276 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/vax/ffitarget.h +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/wasm/ffi.c +798 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/wasm/ffitarget.h +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/asmnames.h +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/ffi.c +835 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/ffi64.c +953 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/ffitarget.h +161 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/ffiw64.c +361 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/internal.h +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/internal64.h +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/sysv.S +1270 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/sysv_intel.S +996 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/unix64.S +711 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/win64.S +254 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/win64_intel.S +238 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/xtensa/ffi.c +306 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/xtensa/ffitarget.h +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/xtensa/sysv.S +268 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/stamp-h.in +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/testsuite/Makefile.in +622 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi.bsd.mk +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi.darwin.mk +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi.gnu.mk +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi.mk +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi.vc.mk +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi.vc64.mk +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/rbffi.h +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/rbffi_endian.h +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ffi.gemspec +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/abstract_memory.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/autopointer.rb +186 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/buffer.rb +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/callback.rb +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/compat.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/data_converter.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/dynamic_library.rb +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/enum.rb +302 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/errno.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/ffi.rb +109 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/function.rb +94 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/io.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/library.rb +592 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/library_path.rb +109 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/managedstruct.rb +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/memorypointer.rb +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/aarch64-darwin/types.conf +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/aarch64-freebsd/types.conf +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/aarch64-freebsd12/types.conf +181 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/aarch64-linux/types.conf +175 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/aarch64-openbsd/types.conf +134 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/aarch64-windows/types.conf +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/arm-freebsd/types.conf +152 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/arm-freebsd12/types.conf +152 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/arm-linux/types.conf +132 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/hppa1.1-linux/types.conf +178 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/hppa2.0-linux/types.conf +178 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-cygwin/types.conf +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-darwin/types.conf +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-freebsd/types.conf +152 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-freebsd12/types.conf +152 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-gnu/types.conf +107 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-linux/types.conf +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-netbsd/types.conf +126 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-openbsd/types.conf +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-solaris/types.conf +122 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-windows/types.conf +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/ia64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/loongarch64-linux/types.conf +141 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/mips-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/mips64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/mips64el-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/mipsel-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/mipsisa32r6-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/mipsisa32r6el-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/mipsisa64r6-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/mipsisa64r6el-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/powerpc-aix/types.conf +180 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/powerpc-darwin/types.conf +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/powerpc-linux/types.conf +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/powerpc-openbsd/types.conf +156 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/powerpc64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/powerpc64le-linux/types.conf +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/riscv64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/s390-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/s390x-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/sparc-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/sparc-solaris/types.conf +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/sparcv9-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/sparcv9-openbsd/types.conf +156 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/sparcv9-solaris/types.conf +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/sw_64-linux/types.conf +141 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-cygwin/types.conf +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-darwin/types.conf +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-dragonflybsd/types.conf +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-freebsd/types.conf +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-freebsd12/types.conf +158 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-haiku/types.conf +117 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-linux/types.conf +132 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-msys/types.conf +119 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-netbsd/types.conf +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-openbsd/types.conf +134 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-solaris/types.conf +122 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-windows/types.conf +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform.rb +187 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/pointer.rb +167 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/struct.rb +317 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/struct_by_reference.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/struct_layout.rb +96 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/struct_layout_builder.rb +227 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/tools/const_generator.rb +232 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/tools/generator.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/tools/generator_task.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/tools/struct_generator.rb +195 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/types.rb +222 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/union.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/variadic.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/version.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/samples/getlogin.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/samples/getpid.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/samples/gettimeofday.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/samples/hello.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/samples/hello_ractor.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/samples/inotify.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/samples/pty.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/samples/qsort.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/samples/qsort_ractor.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/abstract_memory.rbs +165 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/auto_pointer.rbs +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/buffer.rbs +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/data_converter.rbs +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/dynamic_library.rbs +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/enum.rbs +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/errno.rbs +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/function.rbs +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/library.rbs +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/native_type.rbs +86 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/platform.rbs +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/pointer.rbs +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/struct.rbs +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/struct_by_reference.rbs +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/struct_by_value.rbs +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/struct_layout.rbs +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/struct_layout_builder.rbs +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/type.rbs +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi.rbs +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/.document +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/.rdoc_options +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/BSDL +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/COPYING +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/README.md +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/lib/logger/errors.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/lib/logger/formatter.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/lib/logger/log_device.rb +265 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/lib/logger/period.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/lib/logger/severity.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/lib/logger/version.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/lib/logger.rb +789 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/.gemtest +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/.yardopts +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/CHANGELOG.md +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/Gemfile +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/LICENSE +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/README.markdown +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/Rakefile +81 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/lib/method_source/code_helpers.rb +154 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/lib/method_source/source_location.rb +138 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/lib/method_source/version.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/lib/method_source.rb +177 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/method_source.gemspec +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/spec/method_source/code_helpers_spec.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/spec/method_source_spec.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/spec/spec_helper.rb +107 -0
- data/vendor/bundle/ruby/3.1.0/gems/parallel-1.28.0/MIT-LICENSE.txt +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/parallel-1.28.0/lib/parallel/version.rb +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/parallel-1.28.0/lib/parallel.rb +719 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/LICENSE.txt +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/bin/ruby-parse +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/bin/ruby-rewrite +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/gauntlet_parser.rb +123 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/all.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ast/node.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ast/processor.rb +293 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/base.rb +294 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/builders/default.rb +2351 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/clobbering_error.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/color.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/context.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/current.rb +146 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/current_arg_stack.rb +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/deprecation.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/diagnostic/engine.rb +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/diagnostic.rb +163 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/lexer/dedenter.rb +88 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/lexer/explanation.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/lexer/literal.rb +284 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/lexer/stack_state.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/lexer-F0.rb +12931 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/lexer-F1.rb +14884 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/lexer-strings.rb +5433 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/macruby.rb +9634 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/max_numparam_stack.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/messages.rb +125 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/meta.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/rewriter.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby18.rb +9272 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby19.rb +9558 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby20.rb +10229 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby21.rb +10203 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby22.rb +10302 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby23.rb +10322 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby24.rb +10454 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby25.rb +10374 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby26.rb +10352 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby27.rb +11948 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby30.rb +12244 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby31.rb +12717 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby32.rb +12705 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby33.rb +12590 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby34.rb +12597 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/rubymotion.rb +9515 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/runner/ruby_parse.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/runner/ruby_rewrite.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/runner.rb +299 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/buffer.rb +369 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/comment/associator.rb +233 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/comment.rb +134 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/collection.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/condition.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/constant.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/definition.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/for.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/heredoc.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/index.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/keyword.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/method_definition.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/objc_kwarg.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/operator.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/rescue_body.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/send.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/ternary.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/variable.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map.rb +186 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/range.rb +326 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/rewriter/action.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/rewriter.rb +513 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/tree_rewriter/action.rb +243 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/tree_rewriter.rb +431 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/static_environment.rb +134 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/syntax_error.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/tree_rewriter.rb +133 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/unknown_encoding_in_magic_comment_error.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/variables_stack.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/version.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser.rb +91 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/parser.gemspec +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/BSDmakefile +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/CHANGELOG.md +786 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/CODE_OF_CONDUCT.md +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/CONTRIBUTING.md +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/LICENSE.md +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/Makefile +116 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/README.md +143 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/config.yml +4739 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/build_system.md +119 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/configuration.md +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/cruby_compilation.md +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/design.md +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/encoding.md +121 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/fuzzing.md +88 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/heredocs.md +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/javascript.md +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/local_variable_depth.md +229 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/mapping.md +117 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/parser_translation.md +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/parsing_rules.md +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/releasing.md +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/relocation.md +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/ripper_translation.md +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/ruby_api.md +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/ruby_parser_translation.md +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/serialization.md +233 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/testing.md +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/.sitearchdir.-.prism.time +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/Makefile +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/api_node.c +6945 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/api_node.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/api_pack.c +276 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/api_pack.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/diagnostic.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/encoding.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/extconf.rb +127 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/extension.c +1427 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/extension.h +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/extension.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/node.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/options.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pack.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_buffer.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_char.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_constant_pool.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_integer.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_list.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_memchr.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_newline_list.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_string.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_strncasecmp.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_strpbrk.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/prettyprint.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/prism.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/prism.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/regexp.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/serialize.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/static_literals.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/token_type.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/ast.h +8254 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/defines.h +260 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/diagnostic.h +458 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/encoding.h +283 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/node.h +129 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/options.h +488 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/pack.h +163 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/parser.h +936 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/prettyprint.h +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/regexp.h +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/static_literals.h +121 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_buffer.h +236 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_char.h +204 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_constant_pool.h +218 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_integer.h +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_list.h +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_memchr.h +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_newline_list.h +113 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_string.h +200 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_strncasecmp.h +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_strpbrk.h +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/version.h +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism.h +408 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/compiler.rb +801 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/desugar_compiler.rb +392 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/dispatcher.rb +2210 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/dot_visitor.rb +4767 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/dsl.rb +1003 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/ffi.rb +578 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/inspect_visitor.rb +2393 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/lex_compat.rb +911 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/mutation_compiler.rb +772 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/node.rb +19966 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/node_ext.rb +511 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/pack.rb +230 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/parse_result/comments.rb +188 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/parse_result/errors.rb +66 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/parse_result/newlines.rb +155 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/parse_result.rb +907 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/pattern.rb +269 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/polyfill/append_as_bytes.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/polyfill/byteindex.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/polyfill/scan_byte.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/polyfill/unpack1.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/polyfill/warn.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/prism.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/reflection.rb +416 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/relocation.rb +505 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/serialize.rb +2400 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/string_query.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/parser/builder.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/parser/compiler.rb +2234 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/parser/lexer.rb +820 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/parser.rb +376 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/parser_current.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/parser_versions.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/ripper/filter.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/ripper/lexer.rb +135 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/ripper/sexp.rb +126 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/ripper/shim.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/ripper.rb +3520 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/ruby_parser.rb +1964 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/visitor.rb +813 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/prism.gemspec +172 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/compiler.rbi +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/dsl.rbi +524 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/inspect_visitor.rbi +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/node.rbi +8750 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/node_ext.rbi +107 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/parse_result.rbi +404 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/reflection.rbi +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/string_query.rbi +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/translation/parser.rbi +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/translation/parser_versions.rbi +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/translation/ripper.rbi +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/visitor.rbi +473 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism.rbi +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/compiler.rbs +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/dispatcher.rbs +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/dot_visitor.rbs +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/dsl.rbs +351 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/inspect_visitor.rbs +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/lex_compat.rbs +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/mutation_compiler.rbs +159 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/node.rbs +4042 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/node_ext.rbs +149 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/pack.rbs +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/parse_result/comments.rbs +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/parse_result.rbs +197 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/pattern.rbs +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/reflection.rbs +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/relocation.rbs +185 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/serialize.rbs +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/string_query.rbs +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/visitor.rbs +169 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism.rbs +272 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/diagnostic.c +854 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/encoding.c +5340 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/node.c +8685 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/options.c +338 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/pack.c +509 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/prettyprint.c +8957 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/prism.c +22679 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/regexp.c +790 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/serialize.c +2274 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/static_literals.c +617 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/token_type.c +703 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_buffer.c +357 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_char.c +318 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_constant_pool.c +342 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_integer.c +670 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_list.c +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_memchr.c +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_newline_list.c +125 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_string.c +381 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_strncasecmp.c +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_strpbrk.c +206 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/CHANGELOG.md +1192 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/LICENSE +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/README.md +469 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/bin/pry +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/basic_object.rb +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/block_command.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/class_command.rb +194 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/cli.rb +211 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/code/code_file.rb +114 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/code/code_range.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/code/loc.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/code.rb +357 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/code_object.rb +197 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/color_printer.rb +66 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/command.rb +520 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/command_set.rb +418 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/command_state.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/amend_line.rb +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/bang.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/bang_pry.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/cat/abstract_formatter.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/cat/exception_formatter.rb +90 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/cat/file_formatter.rb +77 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/cat/input_expression_formatter.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/cat.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/cd.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/change_inspector.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/change_prompt.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/clear_screen.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/code_collector.rb +182 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/disable_pry.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/easter_eggs.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/edit/exception_patcher.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/edit/file_and_line_locator.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/edit.rb +225 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/exit.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/exit_all.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/exit_program.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/find_method.rb +199 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/fix_indent.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/help.rb +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/hist.rb +182 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/import_set.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/jump_to.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/list_inspectors.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/config.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/constants.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/formatter.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/globals.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/grep.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/instance_vars.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/interrogatable.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/jruby_hacks.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/local_names.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/local_vars.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/ls_entity.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/methods.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/methods_helper.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/self_methods.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls.rb +114 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/nesting.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/play.rb +113 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/pry_backtrace.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/pry_version.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/raise_up.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/reload_code.rb +74 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/reset.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ri.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/save_file.rb +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/shell_command.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/shell_mode.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/show_doc.rb +93 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/show_info.rb +234 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/show_input.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/show_source.rb +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/stat.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/switch_to.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/toggle_color.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/watch_expression/expression.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/watch_expression.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/whereami.rb +205 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/wtf.rb +95 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/config/attributable.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/config/lazy_value.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/config/memoized_value.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/config/value.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/config.rb +314 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/control_d_handler.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/core_extensions.rb +144 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/editor.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/env.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/exception_handler.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/exceptions.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/forwardable.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/helpers/base_helpers.rb +71 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/helpers/command_helpers.rb +146 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/helpers/documentation_helpers.rb +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/helpers/options_helpers.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/helpers/platform.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/helpers/table.rb +121 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/helpers/text.rb +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/helpers.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/history.rb +153 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/hooks.rb +180 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/indent.rb +414 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/input/simple_stdio.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/input_completer.rb +283 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/input_lock.rb +129 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/inspector.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/last_exception.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/method/disowned.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/method/patcher.rb +131 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/method/weird_method_locator.rb +222 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/method.rb +599 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/object_path.rb +91 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/output.rb +136 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/pager.rb +249 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/prompt.rb +214 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/pry_class.rb +398 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/pry_instance.rb +663 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/repl.rb +326 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/repl_file_loader.rb +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/ring.rb +89 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/slop/LICENSE +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/slop/commands.rb +190 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/slop/option.rb +210 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/slop.rb +672 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/syntax_highlighter.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/system_command_handler.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/testable/evalable.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/testable/mockable.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/testable/pry_tester.rb +88 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/testable/utility.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/testable/variables.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/testable.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/version.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/warning.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/wrapped_module/candidate.rb +139 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/wrapped_module.rb +382 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry.rb +148 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/CHANGELOG.md +241 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/LICENSE +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/README.md +189 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/byebug/processors/pry_processor.rb +158 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry/byebug/breakpoints.rb +167 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/base.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/cli.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/backtrace.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/breakpoint.rb +137 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/continue.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/down.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/exit_all.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/finish.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/frame.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/next.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/step.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/up.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/control_d_handler.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/helpers/breakpoints.rb +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/helpers/location.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/helpers/multiline.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/helpers/navigation.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/pry_ext.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/pry_remote_ext.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/version.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug.rb +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/BSDL +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/COPYING +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/ChangeLog +846 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/README.ja.rdoc +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/README.rdoc +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/TODO +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/bin/racc +320 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/doc/en/grammar.en.rdoc +218 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/doc/en/grammar2.en.rdoc +219 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/doc/ja/command.ja.html +99 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/doc/ja/debug.ja.rdoc +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/doc/ja/grammar.ja.rdoc +348 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/doc/ja/index.ja.html +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/doc/ja/parser.ja.rdoc +125 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/doc/ja/usage.ja.html +414 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/ext/racc/cparse/.sitearchdir.-.racc.time +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/ext/racc/cparse/Makefile +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/ext/racc/cparse/cparse.c +840 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/ext/racc/cparse/cparse.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/ext/racc/cparse/cparse.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/ext/racc/cparse/extconf.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/compat.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/debugflags.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/exception.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/grammar.rb +1191 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/grammarfileparser.rb +667 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/info.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/iset.rb +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/logfilegenerator.rb +212 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/parser-text.rb +644 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/parser.rb +630 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/parserfilegenerator.rb +473 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/sourcetext.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/state.rb +976 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/statetransitiontable.rb +311 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/static.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/Changelog.md +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/LICENSE +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/README.markdown +227 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/color.rb +150 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/ext/string.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/global.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/null_presenter.rb +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/presenter.rb +144 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/refinement.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/string_utils.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/version.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/wrapper.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/x11_color_names.rb +153 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/History.rdoc +2403 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/README.rdoc +155 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/command_line_usage.rdoc +158 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/Rakefile1 +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/Rakefile2 +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/a.c +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/b.c +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/main.c +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/glossary.rdoc +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/jamis.rb +592 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/proto_rake.rdoc +127 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/rake.1 +156 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/rakefile.rdoc +622 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/rational.rdoc +151 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/exe/rake +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/application.rb +831 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/backtrace.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/clean.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/cloneable.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/cpu_counter.rb +107 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/default_loader.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/dsl_definition.rb +195 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/early_time.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/ext/core.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/ext/string.rb +176 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_creation_task.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_list.rb +435 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_task.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_utils.rb +134 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_utils_ext.rb +134 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/invocation_chain.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/late_time.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/linked_list.rb +112 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/loaders/makefile.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/multi_task.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/name_space.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/packagetask.rb +222 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/phony.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/private_reader.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/promise.rb +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/pseudo_status.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/rake_module.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/rule_recursion_overflow_error.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/scope.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/task.rb +434 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/task_argument_error.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/task_arguments.rb +109 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/task_manager.rb +331 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/tasklib.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/testtask.rb +189 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/thread_history_display.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/thread_pool.rb +163 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/trace_output.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/version.rb +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/win32.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake.rb +71 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/rake.gemspec +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/Gemfile +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/LICENSE +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/Rakefile +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/error.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/base.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/alternation.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/anchor.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/backreference.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/character_set/intersection.rb +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/character_set/range.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/character_set.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/character_type.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/conditional.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/escape_sequence.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/free_space.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/group.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/keep.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/literal.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/posix_class.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/root.rb +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/unicode_property.rb +121 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/construct.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/escape_sequence_char.rb +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/escape_sequence_codepoint.rb +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/human_name.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/match.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/match_length.rb +178 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/negative.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/options.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/parts.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/printing.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/referenced_expressions.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/strfregexp.rb +116 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/tests.rb +145 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/traverse.rb +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/quantifier.rb +86 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/sequence.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/sequence_operation.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/shared.rb +114 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/subexpression.rb +69 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/lexer.rb +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/parser.rb +602 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/scanner/char_type.rl +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/scanner/errors/premature_end_error.rb +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/scanner/errors/scanner_error.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/scanner/errors/validation_error.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/scanner/properties/long.csv +683 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/scanner/properties/short.csv +261 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/scanner/property.rl +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/scanner/scanner.rl +864 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/scanner.rb +2601 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/any.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/base.rb +122 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/anchor.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/assertion.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/backreference.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/character_set.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/character_type.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/conditional.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/escape.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/group.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/keep.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/meta.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/posix_class.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/quantifier.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/unicode_property.rb +811 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/virtual.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/version_lookup.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/1.8.6.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/1.9.1.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/1.9.3.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/2.0.0.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/2.2.0.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/2.3.0.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/2.4.0.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/2.4.1.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/2.5.0.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/2.6.0.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/2.6.2.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/2.6.3.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/3.1.0.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/3.2.0.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/3.5.0.rb +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/4.0.0.rb +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions.rb +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/token.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/version.rb +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/regexp_parser.gemspec +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/NEWS.md +843 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/README.md +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/context.rdoc +143 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/child.rdoc +87 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/document.rdoc +276 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/element.rdoc +602 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/node.rdoc +97 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/parent.rdoc +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/tocs/child_toc.rdoc +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/tocs/document_toc.rdoc +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/tocs/element_toc.rdoc +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/tocs/master_toc.rdoc +135 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/tocs/node_toc.rdoc +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/tocs/parent_toc.rdoc +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tutorial.rdoc +1358 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/attlistdecl.rb +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/attribute.rb +210 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/cdata.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/child.rb +96 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/comment.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/doctype.rb +306 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/document.rb +471 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/dtd/attlistdecl.rb +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/dtd/dtd.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/dtd/elementdecl.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/dtd/entitydecl.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/dtd/notationdecl.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/element.rb +2578 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/encoding.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/entity.rb +142 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/formatters/default.rb +116 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/formatters/pretty.rb +142 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/formatters/transitive.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/functions.rb +446 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/instruction.rb +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/light/node.rb +188 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/namespace.rb +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/node.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/output.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parent.rb +166 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parseexception.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parsers/baseparser.rb +949 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parsers/lightparser.rb +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parsers/pullparser.rb +213 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parsers/sax2parser.rb +270 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parsers/streamparser.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parsers/treeparser.rb +89 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parsers/ultralightparser.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parsers/xpathparser.rb +739 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/quickpath.rb +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/rexml.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/sax2listener.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/security.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/source.rb +388 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/streamlistener.rb +93 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/text.rb +420 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/undefinednamespaceexception.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/validation/relaxng.rb +540 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/validation/validation.rb +144 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/validation/validationexception.rb +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/xmldecl.rb +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/xmltokens.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/xpath.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/xpath_parser.rb +980 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-3.13.2/LICENSE.md +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-3.13.2/README.md +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-3.13.2/lib/rspec/version.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-3.13.2/lib/rspec.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/.document +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/.yardopts +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/Changelog.md +2447 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/LICENSE.md +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/README.md +389 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/exe/rspec +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/autorun.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/backtrace_formatter.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/bisect/coordinator.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/bisect/example_minimizer.rb +173 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/bisect/fork_runner.rb +140 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/bisect/server.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/bisect/shell_command.rb +126 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/bisect/shell_runner.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/bisect/utilities.rb +69 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/configuration.rb +2419 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/configuration_options.rb +240 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/did_you_mean.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/drb.rb +120 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/dsl.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/example.rb +666 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb +912 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/example_status_persister.rb +235 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/filter_manager.rb +231 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/flat_map.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/base_bisect_formatter.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/base_formatter.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/base_text_formatter.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/bisect_drb_formatter.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/bisect_progress_formatter.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/console_codes.rb +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/deprecation_formatter.rb +223 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/documentation_formatter.rb +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/exception_presenter.rb +553 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/failure_list_formatter.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/fallback_message_formatter.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/helpers.rb +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/html_formatter.rb +153 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/html_printer.rb +412 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/html_snippet_extractor.rb +122 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/json_formatter.rb +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/profile_formatter.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/progress_formatter.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/protocol.rb +182 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/snippet_extractor.rb +134 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/syntax_highlighter.rb +91 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters.rb +279 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/hooks.rb +646 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/invocations.rb +87 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb +580 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/metadata.rb +498 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/metadata_filter.rb +255 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/minitest_assertions_adapter.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/mocking_adapters/null.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/mocking_adapters/rr.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/notifications.rb +523 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/option_parser.rb +325 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/ordering.rb +208 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/output_wrapper.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/pending.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/profiler.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/project_initializer/.rspec +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/project_initializer/spec/spec_helper.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/project_initializer.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/rake_task.rb +190 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/reporter.rb +266 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/ruby_project.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb +216 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/sandbox.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/set.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/shared_context.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/shared_example_group.rb +271 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/shell_escape.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/version.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/warnings.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/world.rb +287 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core.rb +212 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/.document +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/.yardopts +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/Changelog.md +1366 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/LICENSE.md +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/README.md +326 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/block_snippet_extractor.rb +255 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/configuration.rb +244 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/expectation_target.rb +163 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/fail_with.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/failure_aggregator.rb +236 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/handler.rb +181 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/minitest_integration.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/syntax.rb +132 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/version.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations.rb +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/aliased_matcher.rb +116 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/all.rb +86 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/base_matcher.rb +225 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/be.rb +191 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/be_between.rb +77 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/be_instance_of.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/be_kind_of.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/be_within.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/change.rb +452 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/compound.rb +293 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/contain_exactly.rb +312 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/count_expectation.rb +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/cover.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/eq.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/eql.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/equal.rb +81 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/exist.rb +90 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/has.rb +194 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/have_attributes.rb +114 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/include.rb +218 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/match.rb +120 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/operators.rb +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/output.rb +207 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/raise_error.rb +275 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/respond_to.rb +200 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/satisfy.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/start_or_end_with.rb +94 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/throw_symbol.rb +138 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/yield.rb +375 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/composable.rb +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/dsl.rb +546 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/english_phrasing.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/fail_matchers.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/generated_descriptions.rb +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/matcher_delegator.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/matcher_protocol.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/multi_matcher_diff.rb +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers.rb +1046 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/.document +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/.yardopts +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/Changelog.md +1351 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/LICENSE.md +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/README.md +465 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/chain.rb +111 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/error_generator.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/expect_chain_chain.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/expectation_chain.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/message_chains.rb +83 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/proxy.rb +125 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/recorder.rb +301 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/stub_chain.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/stub_chain_chain.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance.rb +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/argument_list_matcher.rb +117 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/argument_matchers.rb +366 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/configuration.rb +212 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/error_generator.rb +390 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/example_methods.rb +434 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/instance_method_stasher.rb +146 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/marshal_extension.rb +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/matchers/expectation_customization.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/matchers/have_received.rb +134 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/matchers/receive.rb +134 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/matchers/receive_message_chain.rb +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/matchers/receive_messages.rb +77 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/message_chain.rb +87 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/message_expectation.rb +856 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/method_double.rb +316 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/method_reference.rb +214 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/minitest_integration.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/mutate_const.rb +339 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/object_reference.rb +149 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/order_group.rb +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/proxy.rb +517 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/space.rb +238 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/standalone.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/syntax.rb +325 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/targets.rb +124 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/test_double.rb +174 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/verifying_double.rb +125 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/verifying_message_expectation.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/verifying_proxy.rb +221 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/version.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks.rb +133 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/Changelog.md +444 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/LICENSE.md +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/README.md +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/caller_filter.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/comparable_version.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/differ.rb +216 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/directory_maker.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/encoded_string.rb +163 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/fuzzy_matcher.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/hunk_generator.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/matcher_definition.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/method_signature_verifier.rb +467 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/mutex.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/object_formatter.rb +279 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/recursive_const_methods.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/reentrant_mutex.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/ruby_features.rb +221 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/source/location.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/source/node.rb +112 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/source/token.rb +96 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/source.rb +87 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/deprecation_helpers.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/diff_helpers.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/formatting_support.rb +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/in_sub_process.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/library_wide_checks.rb +152 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/shell_out.rb +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/stderr_splitter.rb +77 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/string_matcher.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/with_isolated_directory.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/with_isolated_stderr.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec.rb +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/version.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/warnings.rb +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/with_keywords_when_needed.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support.rb +163 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/LICENSE.txt +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/README.md +246 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/assets/logo.png +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/assets/output.html.erb +261 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/config/default.yml +4848 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/config/obsoletion.yml +200 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/exe/rubocop +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/ast_aliases.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cached_data.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli/command/auto_genenerate_config.rb +142 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli/command/base.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli/command/execute_runner.rb +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli/command/init_dotfile.rb +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli/command/show_cops.rb +77 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli/command/suggest_extensions.rb +81 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli/command/version.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli/command.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli/environment.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli.rb +135 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/comment_config.rb +162 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config.rb +308 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_loader.rb +283 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_loader_resolver.rb +258 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion/changed_enforced_styles.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion/changed_parameter.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion/cop_rule.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion/extracted_cop.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion/parameter_rule.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion/removed_cop.rb +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion/renamed_cop.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion/rule.rb +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion/split_cop.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion.rb +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_regeneration.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_store.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_validator.rb +239 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/autocorrect_logic.rb +110 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/badge.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/base.rb +448 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/bundler/duplicated_gem.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/bundler/gem_comment.rb +139 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/bundler/insecure_protocol_source.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/bundler/ordered_gems.rb +74 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/commissioner.rb +175 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/cop.rb +160 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/corrector.rb +121 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/alignment_corrector.rb +139 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/condition_corrector.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/each_to_for_corrector.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/empty_line_corrector.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/for_to_each_corrector.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/lambda_literal_to_method_corrector.rb +136 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/line_break_corrector.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/multiline_literal_brace_corrector.rb +99 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/ordered_gem_corrector.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/parentheses_corrector.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/percent_literal_corrector.rb +112 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/punctuation_corrector.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/space_corrector.rb +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/string_literal_corrector.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/unused_arg_corrector.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/documentation.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/exclude_limit.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/force.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/gemspec/date_assignment.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/gemspec/duplicated_assignment.rb +106 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/gemspec/ordered_dependencies.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/gemspec/required_ruby_version.rb +113 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/gemspec/ruby_version_globals_usage.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/generator/configuration_injector.rb +66 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/generator/require_file_injector.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/generator.rb +215 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/ignored_node.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/empty_line_between_expect_offense_and_correction.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/example_description.rb +90 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/method_name_equal.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/node_destructuring.rb +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/node_matcher_directive.rb +151 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/node_type_predicate.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/offense_location_keyword.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/redundant_described_class_as_subject.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/redundant_let_rubocop_config_new.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/redundant_location_argument.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/redundant_message_argument.rb +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/style_detected_api_use.rb +149 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/useless_message_assertion.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/access_modifier_indentation.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/argument_alignment.rb +94 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/array_alignment.rb +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/assignment_indentation.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/begin_end_alignment.rb +77 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/block_alignment.rb +248 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/block_end_newline.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/case_indentation.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/class_structure.rb +330 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/closing_heredoc_indentation.rb +124 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/closing_parenthesis_indentation.rb +202 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/comment_indentation.rb +141 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/condition_position.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/def_end_alignment.rb +77 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/dot_position.rb +106 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/else_alignment.rb +158 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_comment.rb +158 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_line_after_guard_clause.rb +177 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_line_after_magic_comment.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_line_after_multiline_condition.rb +136 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_line_between_defs.rb +256 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines_around_access_modifier.rb +216 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines_around_arguments.rb +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines_around_attribute_accessor.rb +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines_around_begin_body.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines_around_block_body.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines_around_class_body.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines_around_exception_handling_keywords.rb +132 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines_around_method_body.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines_around_module_body.rb +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/end_alignment.rb +184 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/end_of_line.rb +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/extra_spacing.rb +186 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/first_argument_indentation.rb +276 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/first_array_element_indentation.rb +174 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/first_array_element_line_break.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/first_hash_element_indentation.rb +191 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/first_hash_element_line_break.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/first_method_argument_line_break.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/first_method_parameter_line_break.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/first_parameter_indentation.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/hash_alignment.rb +362 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb +312 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/heredoc_indentation.rb +176 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/indentation_consistency.rb +205 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/indentation_style.rb +112 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/indentation_width.rb +373 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/initial_indentation.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/leading_comment_space.rb +121 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/leading_empty_lines.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/line_length.rb +278 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_array_brace_layout.rb +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_array_line_breaks.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_assignment_layout.rb +117 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_block_layout.rb +167 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_hash_brace_layout.rb +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_hash_key_line_breaks.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_method_argument_line_breaks.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_method_call_brace_layout.rb +131 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_method_call_indentation.rb +237 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_method_definition_brace_layout.rb +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_operation_indentation.rb +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/parameter_alignment.rb +119 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/rescue_ensure_alignment.rb +201 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_after_colon.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_after_comma.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_after_method_name.rb +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_after_not.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_after_semicolon.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_around_block_parameters.rb +170 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_around_equals_in_parameter_default.rb +89 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_around_keyword.rb +243 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_around_method_call_operator.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_around_operators.rb +246 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_before_block_braces.rb +153 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_before_brackets.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_before_comma.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_before_comment.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_before_first_arg.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_before_semicolon.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_in_lambda_literal.rb +74 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_inside_array_literal_brackets.rb +227 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_inside_array_percent_literal.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_inside_block_braces.rb +248 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_inside_hash_literal_braces.rb +182 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_inside_parens.rb +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_inside_percent_literal_delimiters.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_inside_range_literal.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_inside_reference_brackets.rb +140 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_inside_string_interpolation.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/trailing_empty_lines.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/trailing_whitespace.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/legacy/corrections_proxy.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/legacy/corrector.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/ambiguous_assignment.rb +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/ambiguous_block_association.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/ambiguous_operator.rb +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/ambiguous_regexp_literal.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/assignment_in_condition.rb +97 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/big_decimal_new.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/binary_operator_with_identical_operands.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/boolean_symbol.rb +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/circular_argument_reference.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/constant_definition_in_block.rb +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/constant_resolution.rb +90 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/debugger.rb +117 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/deprecated_class_methods.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/deprecated_constants.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/deprecated_open_ssl_constant.rb +151 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/disjunctive_assignment_in_constructor.rb +87 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/duplicate_branch.rb +155 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/duplicate_case_condition.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/duplicate_elsif_condition.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/duplicate_hash_key.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/duplicate_methods.rb +239 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/duplicate_regexp_character_class_element.rb +77 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/duplicate_require.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/duplicate_rescue_exception.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/each_with_object_argument.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/else_layout.rb +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/empty_block.rb +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/empty_class.rb +93 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/empty_conditional_body.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/empty_ensure.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/empty_expression.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/empty_file.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/empty_interpolation.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/empty_when.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/ensure_return.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/erb_new_arguments.rb +166 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/flip_flop.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/float_comparison.rb +93 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/float_out_of_range.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/format_parameter_mismatch.rb +197 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/hash_compare_by_identity.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/heredoc_method_call_position.rb +155 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/identity_comparison.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/implicit_string_concatenation.rb +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/ineffective_access_modifier.rb +125 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/inherit_exception.rb +106 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/interpolation_check.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/lambda_without_literal_block.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/literal_as_condition.rb +147 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/literal_in_interpolation.rb +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/loop.rb +86 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/missing_cop_enable_directive.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/missing_super.rb +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/mixed_regexp_capture_types.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/multiple_comparison.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/nested_method_definition.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/nested_percent_literal.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/next_without_accumulator.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/no_return_in_begin_end_blocks.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/non_deterministic_require_order.rb +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/non_local_exit_from_iterator.rb +86 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/number_conversion.rb +156 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/numbered_parameter_assignment.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/or_assignment_to_constant.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/ordered_magic_comments.rb +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/out_of_range_regexp_ref.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/percent_string_array.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/percent_symbol_array.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/raise_exception.rb +88 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/rand_one.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/redundant_cop_disable_directive.rb +271 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/redundant_cop_enable_directive.rb +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/redundant_dir_glob_sort.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/redundant_require_statement.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/redundant_safe_navigation.rb +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/redundant_splat_expansion.rb +213 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/redundant_string_coercion.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/redundant_with_index.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/redundant_with_object.rb +81 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/regexp_as_condition.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/require_parentheses.rb +66 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/rescue_exception.rb +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/rescue_type.rb +93 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/return_in_void_context.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/safe_navigation_chain.rb +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/safe_navigation_consistency.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/safe_navigation_with_empty.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/script_permission.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/self_assignment.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/send_with_mixin_argument.rb +88 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/shadowed_argument.rb +183 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/shadowed_exception.rb +167 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/shadowing_outer_local_variable.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/struct_new_override.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/suppressed_exception.rb +132 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/symbol_conversion.rb +190 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/syntax.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/to_enum_arguments.rb +89 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/to_json.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/top_level_return_with_argument.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/trailing_comma_in_attribute_declaration.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/triple_quotes.rb +71 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/underscore_prefixed_variable_name.rb +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/unexpected_block_arity.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/unified_integer.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/unmodified_reduce_accumulator.rb +204 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/unreachable_code.rb +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/unreachable_loop.rb +189 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/unused_block_argument.rb +170 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/unused_method_argument.rb +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/uri_escape_unescape.rb +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/uri_regexp.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/useless_access_modifier.rb +292 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/useless_assignment.rb +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/useless_else_without_rescue.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/useless_method_definition.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/useless_setter_call.rb +172 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/useless_times.rb +109 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/void.rb +147 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/message_annotator.rb +132 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/abc_size.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/block_length.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/block_nesting.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/class_length.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/cyclomatic_complexity.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/method_length.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/module_length.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/parameter_lists.rb +120 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/perceived_complexity.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/utils/abc_size_calculator.rb +148 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/utils/code_length_calculator.rb +160 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/utils/iterating_block.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/utils/repeated_attribute_discount.rb +148 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/utils/repeated_csend_discount.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/migration/department_name.rb +83 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/alignment.rb +83 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/allowed_identifiers.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/allowed_methods.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/annotation_comment.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/array_min_size.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/array_syntax.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/auto_corrector.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/check_assignment.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/check_line_breakable.rb +198 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/code_length.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/comments_help.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/configurable_enforced_style.rb +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/configurable_formatting.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/configurable_max.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/configurable_naming.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/configurable_numbering.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/def_node.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/documentation_comment.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/duplication.rb +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/empty_lines_around_body.rb +176 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/empty_parameter.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/end_keyword_alignment.rb +83 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/enforce_superclass.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/first_element_line_break.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/frozen_string_literal.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/hash_alignment_styles.rb +147 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/hash_transform_method.rb +198 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/heredoc.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/ignored_methods.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/ignored_pattern.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/integer_node.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/interpolation.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/line_length_help.rb +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/match_range.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/method_complexity.rb +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/method_preference.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/min_body_length.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/multiline_element_indentation.rb +88 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/multiline_element_line_breaks.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/multiline_expression_indentation.rb +236 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/multiline_literal_brace_layout.rb +142 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/negative_conditional.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/nil_methods.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/on_normal_if_unless.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/ordered_gem_node.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/parentheses.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/percent_array.rb +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/percent_literal.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/preceding_following_alignment.rb +181 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/preferred_delimiters.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/range_help.rb +131 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/rational_literal.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/rescue_node.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/safe_assignment.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/space_after_punctuation.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/space_before_punctuation.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/statement_modifier.rb +96 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/string_help.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/string_literals_help.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/surrounding_space.rb +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/target_ruby_version.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/trailing_body.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/trailing_comma.rb +210 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/uncommunicative_name.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/unused_argument.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/visibility_help.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/accessor_method_name.rb +71 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/ascii_identifiers.rb +95 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/binary_operator_parameter_name.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/block_parameter_name.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/class_and_module_camel_case.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/constant_name.rb +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/file_name.rb +223 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/heredoc_delimiter_case.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/heredoc_delimiter_naming.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/memoized_instance_variable_name.rb +280 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/method_name.rb +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/method_parameter_name.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/predicate_name.rb +106 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/rescued_exceptions_variable_name.rb +156 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/variable_name.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/variable_number.rb +146 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/offense.rb +244 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/registry.rb +295 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/security/eval.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/security/json_load.rb +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/security/marshal_load.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/security/open.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/security/yaml_load.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/severity.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/access_modifier_declarations.rb +138 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/accessor_grouping.rb +152 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/alias.rb +155 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/and_or.rb +153 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/arguments_forwarding.rb +145 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/array_coercion.rb +69 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/array_join.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/ascii_comments.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/attr.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/auto_resource_cleanup.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/bare_percent_literals.rb +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/begin_block.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/bisected_attr_accessor/macro.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/bisected_attr_accessor.rb +125 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/block_comments.rb +66 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/block_delimiters.rb +382 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/case_equality.rb +81 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/case_like_if.rb +259 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/character_literal.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/class_and_module_children.rb +161 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/class_check.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/class_equality_comparison.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/class_methods.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/class_methods_definitions.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/class_vars.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/collection_compact.rb +93 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/collection_methods.rb +86 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/colon_method_call.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/colon_method_definition.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/combinable_loops.rb +91 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/command_literal.rb +186 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/comment_annotation.rb +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/commented_keyword.rb +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/conditional_assignment.rb +666 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/constant_visibility.rb +106 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/copyright.rb +99 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/date_time.rb +91 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/def_with_parentheses.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/dir.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/disable_cops_within_source_code_directive.rb +87 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/document_dynamic_eval_definition.rb +169 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/documentation.rb +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/documentation_method.rb +126 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/double_cop_disable_directive.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/double_negation.rb +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/each_for_simple_loop.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/each_with_object.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/empty_block_parameter.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/empty_case_condition.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/empty_else.rb +173 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/empty_lambda_parameter.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/empty_literal.rb +135 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/empty_method.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/encoding.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/end_block.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/endless_method.rb +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/eval_with_location.rb +239 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/even_odd.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/expand_path_arguments.rb +198 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/explicit_block_argument.rb +117 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/exponential_notation.rb +116 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/float_division.rb +143 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/for.rb +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/format_string.rb +133 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/format_string_token.rb +180 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/frozen_string_literal_comment.rb +209 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/global_std_stream.rb +66 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/global_vars.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/guard_clause.rb +145 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/hash_as_last_array_item.rb +88 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/hash_conversion.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/hash_each_methods.rb +87 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/hash_except.rb +96 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/hash_like_case.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/hash_syntax.rb +224 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/hash_transform_keys.rb +95 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/hash_transform_values.rb +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/identical_conditional_branches.rb +135 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/if_inside_else.rb +135 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/if_unless_modifier.rb +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/if_unless_modifier_of_if_unless.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/if_with_boolean_literal_branches.rb +122 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/if_with_semicolon.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/implicit_runtime_error.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/infinite_loop.rb +132 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/inline_comment.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/inverse_methods.rb +189 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/ip_addresses.rb +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/keyword_parameters_order.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/lambda.rb +127 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/lambda_call.rb +77 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/line_end_concatenation.rb +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/method_call_with_args_parentheses/omit_parentheses.rb +195 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/method_call_with_args_parentheses/require_parentheses.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/method_call_with_args_parentheses.rb +239 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/method_call_without_args_parentheses.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/method_called_on_do_end_block.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/method_def_parentheses.rb +164 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/min_max.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/missing_else.rb +170 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/missing_respond_to_missing.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/mixin_grouping.rb +141 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/mixin_usage.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/module_function.rb +152 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/multiline_block_chain.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/multiline_if_modifier.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/multiline_if_then.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/multiline_memoization.rb +96 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/multiline_method_signature.rb +93 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/multiline_ternary_operator.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/multiline_when_then.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/multiple_comparison.rb +159 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/mutable_constant.rb +188 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/negated_if.rb +99 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/negated_if_else_condition.rb +120 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/negated_unless.rb +89 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/negated_while.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/nested_modifier.rb +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/nested_parenthesized_calls.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/nested_ternary_operator.rb +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/next.rb +240 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/nil_comparison.rb +83 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/nil_lambda.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/non_nil_check.rb +161 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/not.rb +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/numeric_literal_prefix.rb +119 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/numeric_literals.rb +114 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/numeric_predicate.rb +135 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/one_line_conditional.rb +148 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/option_hash.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/optional_arguments.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/optional_boolean_parameter.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/or_assignment.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/parallel_assignment.rb +293 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/parentheses_around_condition.rb +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/percent_literal_delimiters.rb +121 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/percent_q_literals.rb +71 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/perl_backrefs.rb +113 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/preferred_hash_methods.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/proc.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/raise_args.rb +151 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/random_with_offset.rb +158 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_argument.rb +94 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_assignment.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_begin.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_capital_w.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_condition.rb +140 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_conditional.rb +99 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_exception.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_fetch_block.rb +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_file_extension_in_require.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_freeze.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_interpolation.rb +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_parentheses.rb +256 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_percent_q.rb +110 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_regexp_character_class.rb +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_regexp_escape.rb +121 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_return.rb +173 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_self.rb +173 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_self_assignment.rb +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_sort.rb +163 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_sort_by.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/regexp_literal.rb +217 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/rescue_modifier.rb +96 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/rescue_standard_error.rb +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/return_nil.rb +95 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/safe_navigation.rb +291 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/sample.rb +143 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/self_assignment.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/semicolon.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/send.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/signal_exception.rb +220 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/single_argument_dig.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/single_line_block_params.rb +120 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/single_line_methods.rb +119 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/slicing_with_range.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/sole_nested_conditional.rb +168 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/special_global_vars.rb +190 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/stabby_lambda_parentheses.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/static_class.rb +97 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/stderr_puts.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/string_chars.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/string_concatenation.rb +144 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/string_hash_keys.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/string_literals.rb +135 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/string_literals_in_interpolation.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/string_methods.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/strip.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/struct_inheritance.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/swap_values.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/symbol_array.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/symbol_literal.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/symbol_proc.rb +133 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/ternary_parentheses.rb +221 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trailing_body_on_class.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trailing_body_on_method_definition.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trailing_body_on_module.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trailing_comma_in_arguments.rb +106 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trailing_comma_in_array_literal.rb +96 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trailing_comma_in_block_args.rb +90 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trailing_comma_in_hash_literal.rb +97 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trailing_method_end_statement.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trailing_underscore_variable.rb +158 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trivial_accessors.rb +189 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/unless_else.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/unless_logical_operators.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/unpack_first.rb +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/variable_interpolation.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/when_then.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/while_until_do.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/while_until_modifier.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/word_array.rb +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/yoda_condition.rb +163 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/zero_length_predicate.rb +120 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/team.rb +262 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/util.rb +149 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/utils/format_string.rb +135 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/variable_force/assignment.rb +97 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/variable_force/branch.rb +317 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/variable_force/branchable.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/variable_force/reference.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/variable_force/scope.rb +110 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/variable_force/variable.rb +116 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/variable_force/variable_table.rb +129 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/variable_force.rb +463 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cops_documentation_generator.rb +284 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/core_ext/hash.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/core_ext/string.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/directive_comment.rb +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/error.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/ext/processed_source.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/ext/regexp_node.rb +87 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/ext/regexp_parser.rb +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/file_finder.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/auto_gen_config_formatter.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/base_formatter.rb +119 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/clang_style_formatter.rb +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/colorizable.rb +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/disabled_config_formatter.rb +238 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/emacs_style_formatter.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/file_list_formatter.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/formatter_set.rb +106 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/fuubar_style_formatter.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/git_hub_actions_formatter.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/html_formatter.rb +143 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/json_formatter.rb +81 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/junit_formatter.rb +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/offense_count_formatter.rb +74 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/pacman_formatter.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/progress_formatter.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/quiet_formatter.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/simple_text_formatter.rb +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/tap_formatter.rb +86 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/text_util.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/worst_offenders_formatter.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/lockfile.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/magic_comment.rb +243 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/name_similarity.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/options.rb +521 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/path_util.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/platform.rb +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/rake_task.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/remote_config.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/result_cache.rb +233 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/rspec/cop_helper.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/rspec/expect_offense.rb +334 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/rspec/host_environment_simulation_helper.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/rspec/shared_contexts.rb +144 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/rspec/support.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/runner.rb +423 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/string_interpreter.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/target_finder.rb +204 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/target_ruby.rb +268 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/util.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/version.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/warning.rb +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/yaml_duplication_checker.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop.rb +692 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/LICENSE.txt +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/README.md +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/builder.rb +133 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/builder_prism.rb +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/ext/range.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/alias_node.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/and_asgn_node.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/and_node.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/arg_node.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/args_node.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/array_node.rb +69 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/asgn_node.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/block_node.rb +168 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/break_node.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/case_match_node.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/case_node.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/casgn_node.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/class_node.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/complex_node.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/const_node.rb +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/csend_node.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/def_node.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/defined_node.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/dstr_node.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/ensure_node.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/float_node.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/for_node.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/forward_args_node.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/hash_node.rb +122 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/if_node.rb +178 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/in_pattern_node.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/index_node.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/indexasgn_node.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/int_node.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/keyword_begin_node.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/keyword_splat_node.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/lambda_node.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/masgn_node.rb +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/basic_literal_node.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/binary_operator_node.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/collection_node.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/conditional_node.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/constant_node.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/descendence.rb +117 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/hash_element_node.rb +127 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/method_dispatch_node.rb +287 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/method_identifier_predicates.rb +219 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/modifier_node.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/numeric_node.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/parameterized_node.rb +126 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/predicate_operator_node.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mlhs_node.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/module_node.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/next_node.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/op_asgn_node.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/or_asgn_node.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/or_node.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/pair_node.rb +74 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/procarg0_node.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/range_node.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/rational_node.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/regexp_node.rb +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/resbody_node.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/rescue_node.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/return_node.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/self_class_node.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/send_node.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/str_node.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/super_node.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/symbol_node.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/until_node.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/var_node.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/when_node.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/while_node.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/yield_node.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node.rb +770 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/builder.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/comment.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/compiler/atom_subcompiler.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/compiler/binding.rb +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/compiler/debug.rb +163 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/compiler/node_pattern_subcompiler.rb +146 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/compiler/sequence_subcompiler.rb +431 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/compiler/subcompiler.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/compiler.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/lexer.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/lexer.rex +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/lexer.rex.rb +184 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/method_definer.rb +145 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/node.rb +269 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/parser.racc.rb +472 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/parser.rb +66 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/parser.y +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/sets.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/with_meta.rb +110 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern.rb +127 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/processed_source.rb +411 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/rubocop_compatibility.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/sexp.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/token.rb +131 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/traversal.rb +193 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/utilities/simple_forwardable.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/version.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop-ast.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/LICENSE.txt +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/README.md +131 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/Rakefile +2 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/base.rb +234 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/calculators/length.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/bar.rb +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/percentage.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/rate.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/time.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/title.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/errors/invalid_progress_error.rb +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/format/formatter.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/format/molecule.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/format/string.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/output.rb +71 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/outputs/non_tty.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/outputs/null.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/outputs/tty.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/progress.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/projector.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/projectors/smoothed_average.rb +71 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/refinements/progress_enumerator.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/refinements.rb +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/throttle.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/time.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/timer.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/version.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/CHANGELOG.md +465 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/CONTRIBUTING.md +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/LICENSE +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/README.md +588 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/UPGRADE.md +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/rack/typhoeus/middleware/params_decoder/helper.rb +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/rack/typhoeus/middleware/params_decoder.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/rack/typhoeus.rb +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/adapters/faraday.rb +180 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/cache/dalli.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/cache/rails.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/cache/redis.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/config.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/easy_factory.rb +206 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/errors/no_stub.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/errors/typhoeus_error.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/errors.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/expectation.rb +219 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/addable.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/before.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/block_connection.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/cacheable.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/memoizable.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/queueable.rb +83 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/runnable.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/stubbable.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra.rb +95 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/pool.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/railtie.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/actions.rb +125 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/before.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/block_connection.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/cacheable.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/callbacks.rb +151 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/marshal.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/memoizable.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/operations.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/responseable.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/streamable.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/stubbable.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request.rb +223 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/response/cacheable.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/response/header.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/response/informations.rb +305 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/response/status.rb +106 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/response.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/version.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus.rb +143 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/typhoeus.gemspec +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.6.0/CHANGELOG.md +200 -0
- data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.6.0/MIT-LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.6.0/README.md +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.6.0/data/display_width.marshal.gz +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.6.0/lib/unicode/display_width/constants.rb +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.6.0/lib/unicode/display_width/index.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.6.0/lib/unicode/display_width/no_string_ext.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.6.0/lib/unicode/display_width/string_ext.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.6.0/lib/unicode/display_width.rb +123 -0
- data/vendor/bundle/ruby/3.1.0/specifications/ast-2.4.3.gemspec +40 -0
- data/vendor/bundle/ruby/3.1.0/specifications/byebug-12.0.0.gemspec +37 -0
- data/vendor/bundle/ruby/3.1.0/specifications/coderay-1.1.3.gemspec +25 -0
- data/vendor/bundle/ruby/3.1.0/specifications/diff-lcs-1.6.2.gemspec +46 -0
- data/vendor/bundle/ruby/3.1.0/specifications/ethon-0.18.0.gemspec +34 -0
- data/vendor/bundle/ruby/3.1.0/specifications/ffi-1.17.4.gemspec +27 -0
- data/vendor/bundle/ruby/3.1.0/specifications/logger-1.7.0.gemspec +22 -0
- data/vendor/bundle/ruby/3.1.0/specifications/method_source-1.1.0.gemspec +21 -0
- data/vendor/bundle/ruby/3.1.0/specifications/parallel-1.28.0.gemspec +21 -0
- data/vendor/bundle/ruby/3.1.0/specifications/parser-3.3.11.1.gemspec +52 -0
- data/vendor/bundle/ruby/3.1.0/specifications/prism-1.9.0.gemspec +24 -0
- data/vendor/bundle/ruby/3.1.0/specifications/pry-0.15.2.gemspec +36 -0
- data/vendor/bundle/ruby/3.1.0/specifications/pry-byebug-3.11.0.gemspec +35 -0
- data/vendor/bundle/ruby/3.1.0/specifications/racc-1.8.1.gemspec +28 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rainbow-3.1.1.gemspec +31 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rake-13.0.6.gemspec +26 -0
- data/vendor/bundle/ruby/3.1.0/specifications/regexp_parser-2.12.0.gemspec +22 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rexml-3.4.4.gemspec +25 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rspec-3.13.2.gemspec +39 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rspec-core-3.13.6.gemspec +37 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rspec-expectations-3.13.5.gemspec +36 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rspec-mocks-3.13.8.gemspec +36 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rspec-support-3.13.7.gemspec +36 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rubocop-1.12.1.gemspec +52 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rubocop-ast-1.49.1.gemspec +36 -0
- data/vendor/bundle/ruby/3.1.0/specifications/ruby-progressbar-1.13.0.gemspec +38 -0
- data/vendor/bundle/ruby/3.1.0/specifications/typhoeus-1.6.0.gemspec +32 -0
- data/vendor/bundle/ruby/3.1.0/specifications/unicode-display_width-2.6.0.gemspec +36 -0
- metadata +2999 -243
- data/scripts/node_modules/js-yaml/CHANGELOG.md +0 -616
|
@@ -0,0 +1,1003 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# :markup: markdown
|
|
3
|
+
|
|
4
|
+
=begin
|
|
5
|
+
--
|
|
6
|
+
This file is generated by the templates/template.rb script and should not be
|
|
7
|
+
modified manually. See templates/lib/prism/dsl.rb.erb
|
|
8
|
+
if you are looking to modify the template
|
|
9
|
+
++
|
|
10
|
+
=end
|
|
11
|
+
|
|
12
|
+
module Prism
|
|
13
|
+
# The DSL module provides a set of methods that can be used to create prism
|
|
14
|
+
# nodes in a more concise manner. For example, instead of writing:
|
|
15
|
+
#
|
|
16
|
+
# source = Prism::Source.for("[1]")
|
|
17
|
+
#
|
|
18
|
+
# Prism::ArrayNode.new(
|
|
19
|
+
# source,
|
|
20
|
+
# 0,
|
|
21
|
+
# Prism::Location.new(source, 0, 3),
|
|
22
|
+
# 0,
|
|
23
|
+
# [
|
|
24
|
+
# Prism::IntegerNode.new(
|
|
25
|
+
# source,
|
|
26
|
+
# 0,
|
|
27
|
+
# Prism::Location.new(source, 1, 1),
|
|
28
|
+
# Prism::IntegerBaseFlags::DECIMAL,
|
|
29
|
+
# 1
|
|
30
|
+
# )
|
|
31
|
+
# ],
|
|
32
|
+
# Prism::Location.new(source, 0, 1),
|
|
33
|
+
# Prism::Location.new(source, 2, 1)
|
|
34
|
+
# )
|
|
35
|
+
#
|
|
36
|
+
# you could instead write:
|
|
37
|
+
#
|
|
38
|
+
# class Builder
|
|
39
|
+
# include Prism::DSL
|
|
40
|
+
#
|
|
41
|
+
# attr_reader :default_source
|
|
42
|
+
#
|
|
43
|
+
# def initialize
|
|
44
|
+
# @default_source = source("[1]")
|
|
45
|
+
# end
|
|
46
|
+
#
|
|
47
|
+
# def build
|
|
48
|
+
# array_node(
|
|
49
|
+
# location: location(start_offset: 0, length: 3),
|
|
50
|
+
# elements: [
|
|
51
|
+
# integer_node(
|
|
52
|
+
# location: location(start_offset: 1, length: 1),
|
|
53
|
+
# flags: integer_base_flag(:decimal),
|
|
54
|
+
# value: 1
|
|
55
|
+
# )
|
|
56
|
+
# ],
|
|
57
|
+
# opening_loc: location(start_offset: 0, length: 1),
|
|
58
|
+
# closing_loc: location(start_offset: 2, length: 1)
|
|
59
|
+
# )
|
|
60
|
+
# end
|
|
61
|
+
# end
|
|
62
|
+
#
|
|
63
|
+
# This is mostly helpful in the context of generating trees programmatically.
|
|
64
|
+
module DSL
|
|
65
|
+
# Provide all of these methods as module methods as well, to allow for
|
|
66
|
+
# building nodes like Prism::DSL.nil_node.
|
|
67
|
+
extend self
|
|
68
|
+
|
|
69
|
+
# Create a new Source object.
|
|
70
|
+
def source(string)
|
|
71
|
+
Source.for(string)
|
|
72
|
+
end
|
|
73
|
+
|
|
74
|
+
# Create a new Location object.
|
|
75
|
+
def location(source: default_source, start_offset: 0, length: 0)
|
|
76
|
+
Location.new(source, start_offset, length)
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
# Create a new AliasGlobalVariableNode node.
|
|
80
|
+
def alias_global_variable_node(source: default_source, node_id: 0, location: default_location, flags: 0, new_name: global_variable_read_node(source: source), old_name: global_variable_read_node(source: source), keyword_loc: location)
|
|
81
|
+
AliasGlobalVariableNode.new(source, node_id, location, flags, new_name, old_name, keyword_loc)
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
# Create a new AliasMethodNode node.
|
|
85
|
+
def alias_method_node(source: default_source, node_id: 0, location: default_location, flags: 0, new_name: symbol_node(source: source), old_name: symbol_node(source: source), keyword_loc: location)
|
|
86
|
+
AliasMethodNode.new(source, node_id, location, flags, new_name, old_name, keyword_loc)
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
# Create a new AlternationPatternNode node.
|
|
90
|
+
def alternation_pattern_node(source: default_source, node_id: 0, location: default_location, flags: 0, left: default_node(source, location), right: default_node(source, location), operator_loc: location)
|
|
91
|
+
AlternationPatternNode.new(source, node_id, location, flags, left, right, operator_loc)
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
# Create a new AndNode node.
|
|
95
|
+
def and_node(source: default_source, node_id: 0, location: default_location, flags: 0, left: default_node(source, location), right: default_node(source, location), operator_loc: location)
|
|
96
|
+
AndNode.new(source, node_id, location, flags, left, right, operator_loc)
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
# Create a new ArgumentsNode node.
|
|
100
|
+
def arguments_node(source: default_source, node_id: 0, location: default_location, flags: 0, arguments: [])
|
|
101
|
+
ArgumentsNode.new(source, node_id, location, flags, arguments)
|
|
102
|
+
end
|
|
103
|
+
|
|
104
|
+
# Create a new ArrayNode node.
|
|
105
|
+
def array_node(source: default_source, node_id: 0, location: default_location, flags: 0, elements: [], opening_loc: nil, closing_loc: nil)
|
|
106
|
+
ArrayNode.new(source, node_id, location, flags, elements, opening_loc, closing_loc)
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
# Create a new ArrayPatternNode node.
|
|
110
|
+
def array_pattern_node(source: default_source, node_id: 0, location: default_location, flags: 0, constant: nil, requireds: [], rest: nil, posts: [], opening_loc: nil, closing_loc: nil)
|
|
111
|
+
ArrayPatternNode.new(source, node_id, location, flags, constant, requireds, rest, posts, opening_loc, closing_loc)
|
|
112
|
+
end
|
|
113
|
+
|
|
114
|
+
# Create a new AssocNode node.
|
|
115
|
+
def assoc_node(source: default_source, node_id: 0, location: default_location, flags: 0, key: default_node(source, location), value: default_node(source, location), operator_loc: nil)
|
|
116
|
+
AssocNode.new(source, node_id, location, flags, key, value, operator_loc)
|
|
117
|
+
end
|
|
118
|
+
|
|
119
|
+
# Create a new AssocSplatNode node.
|
|
120
|
+
def assoc_splat_node(source: default_source, node_id: 0, location: default_location, flags: 0, value: nil, operator_loc: location)
|
|
121
|
+
AssocSplatNode.new(source, node_id, location, flags, value, operator_loc)
|
|
122
|
+
end
|
|
123
|
+
|
|
124
|
+
# Create a new BackReferenceReadNode node.
|
|
125
|
+
def back_reference_read_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"")
|
|
126
|
+
BackReferenceReadNode.new(source, node_id, location, flags, name)
|
|
127
|
+
end
|
|
128
|
+
|
|
129
|
+
# Create a new BeginNode node.
|
|
130
|
+
def begin_node(source: default_source, node_id: 0, location: default_location, flags: 0, begin_keyword_loc: nil, statements: nil, rescue_clause: nil, else_clause: nil, ensure_clause: nil, end_keyword_loc: nil)
|
|
131
|
+
BeginNode.new(source, node_id, location, flags, begin_keyword_loc, statements, rescue_clause, else_clause, ensure_clause, end_keyword_loc)
|
|
132
|
+
end
|
|
133
|
+
|
|
134
|
+
# Create a new BlockArgumentNode node.
|
|
135
|
+
def block_argument_node(source: default_source, node_id: 0, location: default_location, flags: 0, expression: nil, operator_loc: location)
|
|
136
|
+
BlockArgumentNode.new(source, node_id, location, flags, expression, operator_loc)
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
# Create a new BlockLocalVariableNode node.
|
|
140
|
+
def block_local_variable_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"")
|
|
141
|
+
BlockLocalVariableNode.new(source, node_id, location, flags, name)
|
|
142
|
+
end
|
|
143
|
+
|
|
144
|
+
# Create a new BlockNode node.
|
|
145
|
+
def block_node(source: default_source, node_id: 0, location: default_location, flags: 0, locals: [], parameters: nil, body: nil, opening_loc: location, closing_loc: location)
|
|
146
|
+
BlockNode.new(source, node_id, location, flags, locals, parameters, body, opening_loc, closing_loc)
|
|
147
|
+
end
|
|
148
|
+
|
|
149
|
+
# Create a new BlockParameterNode node.
|
|
150
|
+
def block_parameter_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: nil, name_loc: nil, operator_loc: location)
|
|
151
|
+
BlockParameterNode.new(source, node_id, location, flags, name, name_loc, operator_loc)
|
|
152
|
+
end
|
|
153
|
+
|
|
154
|
+
# Create a new BlockParametersNode node.
|
|
155
|
+
def block_parameters_node(source: default_source, node_id: 0, location: default_location, flags: 0, parameters: nil, locals: [], opening_loc: nil, closing_loc: nil)
|
|
156
|
+
BlockParametersNode.new(source, node_id, location, flags, parameters, locals, opening_loc, closing_loc)
|
|
157
|
+
end
|
|
158
|
+
|
|
159
|
+
# Create a new BreakNode node.
|
|
160
|
+
def break_node(source: default_source, node_id: 0, location: default_location, flags: 0, arguments: nil, keyword_loc: location)
|
|
161
|
+
BreakNode.new(source, node_id, location, flags, arguments, keyword_loc)
|
|
162
|
+
end
|
|
163
|
+
|
|
164
|
+
# Create a new CallAndWriteNode node.
|
|
165
|
+
def call_and_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, receiver: nil, call_operator_loc: nil, message_loc: nil, read_name: :"", write_name: :"", operator_loc: location, value: default_node(source, location))
|
|
166
|
+
CallAndWriteNode.new(source, node_id, location, flags, receiver, call_operator_loc, message_loc, read_name, write_name, operator_loc, value)
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
# Create a new CallNode node.
|
|
170
|
+
def call_node(source: default_source, node_id: 0, location: default_location, flags: 0, receiver: nil, call_operator_loc: nil, name: :"", message_loc: nil, opening_loc: nil, arguments: nil, closing_loc: nil, equal_loc: nil, block: nil)
|
|
171
|
+
CallNode.new(source, node_id, location, flags, receiver, call_operator_loc, name, message_loc, opening_loc, arguments, closing_loc, equal_loc, block)
|
|
172
|
+
end
|
|
173
|
+
|
|
174
|
+
# Create a new CallOperatorWriteNode node.
|
|
175
|
+
def call_operator_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, receiver: nil, call_operator_loc: nil, message_loc: nil, read_name: :"", write_name: :"", binary_operator: :"", binary_operator_loc: location, value: default_node(source, location))
|
|
176
|
+
CallOperatorWriteNode.new(source, node_id, location, flags, receiver, call_operator_loc, message_loc, read_name, write_name, binary_operator, binary_operator_loc, value)
|
|
177
|
+
end
|
|
178
|
+
|
|
179
|
+
# Create a new CallOrWriteNode node.
|
|
180
|
+
def call_or_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, receiver: nil, call_operator_loc: nil, message_loc: nil, read_name: :"", write_name: :"", operator_loc: location, value: default_node(source, location))
|
|
181
|
+
CallOrWriteNode.new(source, node_id, location, flags, receiver, call_operator_loc, message_loc, read_name, write_name, operator_loc, value)
|
|
182
|
+
end
|
|
183
|
+
|
|
184
|
+
# Create a new CallTargetNode node.
|
|
185
|
+
def call_target_node(source: default_source, node_id: 0, location: default_location, flags: 0, receiver: default_node(source, location), call_operator_loc: location, name: :"", message_loc: location)
|
|
186
|
+
CallTargetNode.new(source, node_id, location, flags, receiver, call_operator_loc, name, message_loc)
|
|
187
|
+
end
|
|
188
|
+
|
|
189
|
+
# Create a new CapturePatternNode node.
|
|
190
|
+
def capture_pattern_node(source: default_source, node_id: 0, location: default_location, flags: 0, value: default_node(source, location), target: local_variable_target_node(source: source), operator_loc: location)
|
|
191
|
+
CapturePatternNode.new(source, node_id, location, flags, value, target, operator_loc)
|
|
192
|
+
end
|
|
193
|
+
|
|
194
|
+
# Create a new CaseMatchNode node.
|
|
195
|
+
def case_match_node(source: default_source, node_id: 0, location: default_location, flags: 0, predicate: nil, conditions: [], else_clause: nil, case_keyword_loc: location, end_keyword_loc: location)
|
|
196
|
+
CaseMatchNode.new(source, node_id, location, flags, predicate, conditions, else_clause, case_keyword_loc, end_keyword_loc)
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
# Create a new CaseNode node.
|
|
200
|
+
def case_node(source: default_source, node_id: 0, location: default_location, flags: 0, predicate: nil, conditions: [], else_clause: nil, case_keyword_loc: location, end_keyword_loc: location)
|
|
201
|
+
CaseNode.new(source, node_id, location, flags, predicate, conditions, else_clause, case_keyword_loc, end_keyword_loc)
|
|
202
|
+
end
|
|
203
|
+
|
|
204
|
+
# Create a new ClassNode node.
|
|
205
|
+
def class_node(source: default_source, node_id: 0, location: default_location, flags: 0, locals: [], class_keyword_loc: location, constant_path: constant_read_node(source: source), inheritance_operator_loc: nil, superclass: nil, body: nil, end_keyword_loc: location, name: :"")
|
|
206
|
+
ClassNode.new(source, node_id, location, flags, locals, class_keyword_loc, constant_path, inheritance_operator_loc, superclass, body, end_keyword_loc, name)
|
|
207
|
+
end
|
|
208
|
+
|
|
209
|
+
# Create a new ClassVariableAndWriteNode node.
|
|
210
|
+
def class_variable_and_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, operator_loc: location, value: default_node(source, location))
|
|
211
|
+
ClassVariableAndWriteNode.new(source, node_id, location, flags, name, name_loc, operator_loc, value)
|
|
212
|
+
end
|
|
213
|
+
|
|
214
|
+
# Create a new ClassVariableOperatorWriteNode node.
|
|
215
|
+
def class_variable_operator_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, binary_operator_loc: location, value: default_node(source, location), binary_operator: :"")
|
|
216
|
+
ClassVariableOperatorWriteNode.new(source, node_id, location, flags, name, name_loc, binary_operator_loc, value, binary_operator)
|
|
217
|
+
end
|
|
218
|
+
|
|
219
|
+
# Create a new ClassVariableOrWriteNode node.
|
|
220
|
+
def class_variable_or_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, operator_loc: location, value: default_node(source, location))
|
|
221
|
+
ClassVariableOrWriteNode.new(source, node_id, location, flags, name, name_loc, operator_loc, value)
|
|
222
|
+
end
|
|
223
|
+
|
|
224
|
+
# Create a new ClassVariableReadNode node.
|
|
225
|
+
def class_variable_read_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"")
|
|
226
|
+
ClassVariableReadNode.new(source, node_id, location, flags, name)
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
# Create a new ClassVariableTargetNode node.
|
|
230
|
+
def class_variable_target_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"")
|
|
231
|
+
ClassVariableTargetNode.new(source, node_id, location, flags, name)
|
|
232
|
+
end
|
|
233
|
+
|
|
234
|
+
# Create a new ClassVariableWriteNode node.
|
|
235
|
+
def class_variable_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, value: default_node(source, location), operator_loc: location)
|
|
236
|
+
ClassVariableWriteNode.new(source, node_id, location, flags, name, name_loc, value, operator_loc)
|
|
237
|
+
end
|
|
238
|
+
|
|
239
|
+
# Create a new ConstantAndWriteNode node.
|
|
240
|
+
def constant_and_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, operator_loc: location, value: default_node(source, location))
|
|
241
|
+
ConstantAndWriteNode.new(source, node_id, location, flags, name, name_loc, operator_loc, value)
|
|
242
|
+
end
|
|
243
|
+
|
|
244
|
+
# Create a new ConstantOperatorWriteNode node.
|
|
245
|
+
def constant_operator_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, binary_operator_loc: location, value: default_node(source, location), binary_operator: :"")
|
|
246
|
+
ConstantOperatorWriteNode.new(source, node_id, location, flags, name, name_loc, binary_operator_loc, value, binary_operator)
|
|
247
|
+
end
|
|
248
|
+
|
|
249
|
+
# Create a new ConstantOrWriteNode node.
|
|
250
|
+
def constant_or_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, operator_loc: location, value: default_node(source, location))
|
|
251
|
+
ConstantOrWriteNode.new(source, node_id, location, flags, name, name_loc, operator_loc, value)
|
|
252
|
+
end
|
|
253
|
+
|
|
254
|
+
# Create a new ConstantPathAndWriteNode node.
|
|
255
|
+
def constant_path_and_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, target: constant_path_node(source: source), operator_loc: location, value: default_node(source, location))
|
|
256
|
+
ConstantPathAndWriteNode.new(source, node_id, location, flags, target, operator_loc, value)
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
# Create a new ConstantPathNode node.
|
|
260
|
+
def constant_path_node(source: default_source, node_id: 0, location: default_location, flags: 0, parent: nil, name: nil, delimiter_loc: location, name_loc: location)
|
|
261
|
+
ConstantPathNode.new(source, node_id, location, flags, parent, name, delimiter_loc, name_loc)
|
|
262
|
+
end
|
|
263
|
+
|
|
264
|
+
# Create a new ConstantPathOperatorWriteNode node.
|
|
265
|
+
def constant_path_operator_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, target: constant_path_node(source: source), binary_operator_loc: location, value: default_node(source, location), binary_operator: :"")
|
|
266
|
+
ConstantPathOperatorWriteNode.new(source, node_id, location, flags, target, binary_operator_loc, value, binary_operator)
|
|
267
|
+
end
|
|
268
|
+
|
|
269
|
+
# Create a new ConstantPathOrWriteNode node.
|
|
270
|
+
def constant_path_or_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, target: constant_path_node(source: source), operator_loc: location, value: default_node(source, location))
|
|
271
|
+
ConstantPathOrWriteNode.new(source, node_id, location, flags, target, operator_loc, value)
|
|
272
|
+
end
|
|
273
|
+
|
|
274
|
+
# Create a new ConstantPathTargetNode node.
|
|
275
|
+
def constant_path_target_node(source: default_source, node_id: 0, location: default_location, flags: 0, parent: nil, name: nil, delimiter_loc: location, name_loc: location)
|
|
276
|
+
ConstantPathTargetNode.new(source, node_id, location, flags, parent, name, delimiter_loc, name_loc)
|
|
277
|
+
end
|
|
278
|
+
|
|
279
|
+
# Create a new ConstantPathWriteNode node.
|
|
280
|
+
def constant_path_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, target: constant_path_node(source: source), operator_loc: location, value: default_node(source, location))
|
|
281
|
+
ConstantPathWriteNode.new(source, node_id, location, flags, target, operator_loc, value)
|
|
282
|
+
end
|
|
283
|
+
|
|
284
|
+
# Create a new ConstantReadNode node.
|
|
285
|
+
def constant_read_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"")
|
|
286
|
+
ConstantReadNode.new(source, node_id, location, flags, name)
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
# Create a new ConstantTargetNode node.
|
|
290
|
+
def constant_target_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"")
|
|
291
|
+
ConstantTargetNode.new(source, node_id, location, flags, name)
|
|
292
|
+
end
|
|
293
|
+
|
|
294
|
+
# Create a new ConstantWriteNode node.
|
|
295
|
+
def constant_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, value: default_node(source, location), operator_loc: location)
|
|
296
|
+
ConstantWriteNode.new(source, node_id, location, flags, name, name_loc, value, operator_loc)
|
|
297
|
+
end
|
|
298
|
+
|
|
299
|
+
# Create a new DefNode node.
|
|
300
|
+
def def_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, receiver: nil, parameters: nil, body: nil, locals: [], def_keyword_loc: location, operator_loc: nil, lparen_loc: nil, rparen_loc: nil, equal_loc: nil, end_keyword_loc: nil)
|
|
301
|
+
DefNode.new(source, node_id, location, flags, name, name_loc, receiver, parameters, body, locals, def_keyword_loc, operator_loc, lparen_loc, rparen_loc, equal_loc, end_keyword_loc)
|
|
302
|
+
end
|
|
303
|
+
|
|
304
|
+
# Create a new DefinedNode node.
|
|
305
|
+
def defined_node(source: default_source, node_id: 0, location: default_location, flags: 0, lparen_loc: nil, value: default_node(source, location), rparen_loc: nil, keyword_loc: location)
|
|
306
|
+
DefinedNode.new(source, node_id, location, flags, lparen_loc, value, rparen_loc, keyword_loc)
|
|
307
|
+
end
|
|
308
|
+
|
|
309
|
+
# Create a new ElseNode node.
|
|
310
|
+
def else_node(source: default_source, node_id: 0, location: default_location, flags: 0, else_keyword_loc: location, statements: nil, end_keyword_loc: nil)
|
|
311
|
+
ElseNode.new(source, node_id, location, flags, else_keyword_loc, statements, end_keyword_loc)
|
|
312
|
+
end
|
|
313
|
+
|
|
314
|
+
# Create a new EmbeddedStatementsNode node.
|
|
315
|
+
def embedded_statements_node(source: default_source, node_id: 0, location: default_location, flags: 0, opening_loc: location, statements: nil, closing_loc: location)
|
|
316
|
+
EmbeddedStatementsNode.new(source, node_id, location, flags, opening_loc, statements, closing_loc)
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
# Create a new EmbeddedVariableNode node.
|
|
320
|
+
def embedded_variable_node(source: default_source, node_id: 0, location: default_location, flags: 0, operator_loc: location, variable: instance_variable_read_node(source: source))
|
|
321
|
+
EmbeddedVariableNode.new(source, node_id, location, flags, operator_loc, variable)
|
|
322
|
+
end
|
|
323
|
+
|
|
324
|
+
# Create a new EnsureNode node.
|
|
325
|
+
def ensure_node(source: default_source, node_id: 0, location: default_location, flags: 0, ensure_keyword_loc: location, statements: nil, end_keyword_loc: location)
|
|
326
|
+
EnsureNode.new(source, node_id, location, flags, ensure_keyword_loc, statements, end_keyword_loc)
|
|
327
|
+
end
|
|
328
|
+
|
|
329
|
+
# Create a new FalseNode node.
|
|
330
|
+
def false_node(source: default_source, node_id: 0, location: default_location, flags: 0)
|
|
331
|
+
FalseNode.new(source, node_id, location, flags)
|
|
332
|
+
end
|
|
333
|
+
|
|
334
|
+
# Create a new FindPatternNode node.
|
|
335
|
+
def find_pattern_node(source: default_source, node_id: 0, location: default_location, flags: 0, constant: nil, left: splat_node(source: source), requireds: [], right: splat_node(source: source), opening_loc: nil, closing_loc: nil)
|
|
336
|
+
FindPatternNode.new(source, node_id, location, flags, constant, left, requireds, right, opening_loc, closing_loc)
|
|
337
|
+
end
|
|
338
|
+
|
|
339
|
+
# Create a new FlipFlopNode node.
|
|
340
|
+
def flip_flop_node(source: default_source, node_id: 0, location: default_location, flags: 0, left: nil, right: nil, operator_loc: location)
|
|
341
|
+
FlipFlopNode.new(source, node_id, location, flags, left, right, operator_loc)
|
|
342
|
+
end
|
|
343
|
+
|
|
344
|
+
# Create a new FloatNode node.
|
|
345
|
+
def float_node(source: default_source, node_id: 0, location: default_location, flags: 0, value: 0.0)
|
|
346
|
+
FloatNode.new(source, node_id, location, flags, value)
|
|
347
|
+
end
|
|
348
|
+
|
|
349
|
+
# Create a new ForNode node.
|
|
350
|
+
def for_node(source: default_source, node_id: 0, location: default_location, flags: 0, index: local_variable_target_node(source: source), collection: default_node(source, location), statements: nil, for_keyword_loc: location, in_keyword_loc: location, do_keyword_loc: nil, end_keyword_loc: location)
|
|
351
|
+
ForNode.new(source, node_id, location, flags, index, collection, statements, for_keyword_loc, in_keyword_loc, do_keyword_loc, end_keyword_loc)
|
|
352
|
+
end
|
|
353
|
+
|
|
354
|
+
# Create a new ForwardingArgumentsNode node.
|
|
355
|
+
def forwarding_arguments_node(source: default_source, node_id: 0, location: default_location, flags: 0)
|
|
356
|
+
ForwardingArgumentsNode.new(source, node_id, location, flags)
|
|
357
|
+
end
|
|
358
|
+
|
|
359
|
+
# Create a new ForwardingParameterNode node.
|
|
360
|
+
def forwarding_parameter_node(source: default_source, node_id: 0, location: default_location, flags: 0)
|
|
361
|
+
ForwardingParameterNode.new(source, node_id, location, flags)
|
|
362
|
+
end
|
|
363
|
+
|
|
364
|
+
# Create a new ForwardingSuperNode node.
|
|
365
|
+
def forwarding_super_node(source: default_source, node_id: 0, location: default_location, flags: 0, block: nil)
|
|
366
|
+
ForwardingSuperNode.new(source, node_id, location, flags, block)
|
|
367
|
+
end
|
|
368
|
+
|
|
369
|
+
# Create a new GlobalVariableAndWriteNode node.
|
|
370
|
+
def global_variable_and_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, operator_loc: location, value: default_node(source, location))
|
|
371
|
+
GlobalVariableAndWriteNode.new(source, node_id, location, flags, name, name_loc, operator_loc, value)
|
|
372
|
+
end
|
|
373
|
+
|
|
374
|
+
# Create a new GlobalVariableOperatorWriteNode node.
|
|
375
|
+
def global_variable_operator_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, binary_operator_loc: location, value: default_node(source, location), binary_operator: :"")
|
|
376
|
+
GlobalVariableOperatorWriteNode.new(source, node_id, location, flags, name, name_loc, binary_operator_loc, value, binary_operator)
|
|
377
|
+
end
|
|
378
|
+
|
|
379
|
+
# Create a new GlobalVariableOrWriteNode node.
|
|
380
|
+
def global_variable_or_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, operator_loc: location, value: default_node(source, location))
|
|
381
|
+
GlobalVariableOrWriteNode.new(source, node_id, location, flags, name, name_loc, operator_loc, value)
|
|
382
|
+
end
|
|
383
|
+
|
|
384
|
+
# Create a new GlobalVariableReadNode node.
|
|
385
|
+
def global_variable_read_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"")
|
|
386
|
+
GlobalVariableReadNode.new(source, node_id, location, flags, name)
|
|
387
|
+
end
|
|
388
|
+
|
|
389
|
+
# Create a new GlobalVariableTargetNode node.
|
|
390
|
+
def global_variable_target_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"")
|
|
391
|
+
GlobalVariableTargetNode.new(source, node_id, location, flags, name)
|
|
392
|
+
end
|
|
393
|
+
|
|
394
|
+
# Create a new GlobalVariableWriteNode node.
|
|
395
|
+
def global_variable_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, value: default_node(source, location), operator_loc: location)
|
|
396
|
+
GlobalVariableWriteNode.new(source, node_id, location, flags, name, name_loc, value, operator_loc)
|
|
397
|
+
end
|
|
398
|
+
|
|
399
|
+
# Create a new HashNode node.
|
|
400
|
+
def hash_node(source: default_source, node_id: 0, location: default_location, flags: 0, opening_loc: location, elements: [], closing_loc: location)
|
|
401
|
+
HashNode.new(source, node_id, location, flags, opening_loc, elements, closing_loc)
|
|
402
|
+
end
|
|
403
|
+
|
|
404
|
+
# Create a new HashPatternNode node.
|
|
405
|
+
def hash_pattern_node(source: default_source, node_id: 0, location: default_location, flags: 0, constant: nil, elements: [], rest: nil, opening_loc: nil, closing_loc: nil)
|
|
406
|
+
HashPatternNode.new(source, node_id, location, flags, constant, elements, rest, opening_loc, closing_loc)
|
|
407
|
+
end
|
|
408
|
+
|
|
409
|
+
# Create a new IfNode node.
|
|
410
|
+
def if_node(source: default_source, node_id: 0, location: default_location, flags: 0, if_keyword_loc: nil, predicate: default_node(source, location), then_keyword_loc: nil, statements: nil, subsequent: nil, end_keyword_loc: nil)
|
|
411
|
+
IfNode.new(source, node_id, location, flags, if_keyword_loc, predicate, then_keyword_loc, statements, subsequent, end_keyword_loc)
|
|
412
|
+
end
|
|
413
|
+
|
|
414
|
+
# Create a new ImaginaryNode node.
|
|
415
|
+
def imaginary_node(source: default_source, node_id: 0, location: default_location, flags: 0, numeric: float_node(source: source))
|
|
416
|
+
ImaginaryNode.new(source, node_id, location, flags, numeric)
|
|
417
|
+
end
|
|
418
|
+
|
|
419
|
+
# Create a new ImplicitNode node.
|
|
420
|
+
def implicit_node(source: default_source, node_id: 0, location: default_location, flags: 0, value: local_variable_read_node(source: source))
|
|
421
|
+
ImplicitNode.new(source, node_id, location, flags, value)
|
|
422
|
+
end
|
|
423
|
+
|
|
424
|
+
# Create a new ImplicitRestNode node.
|
|
425
|
+
def implicit_rest_node(source: default_source, node_id: 0, location: default_location, flags: 0)
|
|
426
|
+
ImplicitRestNode.new(source, node_id, location, flags)
|
|
427
|
+
end
|
|
428
|
+
|
|
429
|
+
# Create a new InNode node.
|
|
430
|
+
def in_node(source: default_source, node_id: 0, location: default_location, flags: 0, pattern: default_node(source, location), statements: nil, in_loc: location, then_loc: nil)
|
|
431
|
+
InNode.new(source, node_id, location, flags, pattern, statements, in_loc, then_loc)
|
|
432
|
+
end
|
|
433
|
+
|
|
434
|
+
# Create a new IndexAndWriteNode node.
|
|
435
|
+
def index_and_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, receiver: nil, call_operator_loc: nil, opening_loc: location, arguments: nil, closing_loc: location, block: nil, operator_loc: location, value: default_node(source, location))
|
|
436
|
+
IndexAndWriteNode.new(source, node_id, location, flags, receiver, call_operator_loc, opening_loc, arguments, closing_loc, block, operator_loc, value)
|
|
437
|
+
end
|
|
438
|
+
|
|
439
|
+
# Create a new IndexOperatorWriteNode node.
|
|
440
|
+
def index_operator_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, receiver: nil, call_operator_loc: nil, opening_loc: location, arguments: nil, closing_loc: location, block: nil, binary_operator: :"", binary_operator_loc: location, value: default_node(source, location))
|
|
441
|
+
IndexOperatorWriteNode.new(source, node_id, location, flags, receiver, call_operator_loc, opening_loc, arguments, closing_loc, block, binary_operator, binary_operator_loc, value)
|
|
442
|
+
end
|
|
443
|
+
|
|
444
|
+
# Create a new IndexOrWriteNode node.
|
|
445
|
+
def index_or_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, receiver: nil, call_operator_loc: nil, opening_loc: location, arguments: nil, closing_loc: location, block: nil, operator_loc: location, value: default_node(source, location))
|
|
446
|
+
IndexOrWriteNode.new(source, node_id, location, flags, receiver, call_operator_loc, opening_loc, arguments, closing_loc, block, operator_loc, value)
|
|
447
|
+
end
|
|
448
|
+
|
|
449
|
+
# Create a new IndexTargetNode node.
|
|
450
|
+
def index_target_node(source: default_source, node_id: 0, location: default_location, flags: 0, receiver: default_node(source, location), opening_loc: location, arguments: nil, closing_loc: location, block: nil)
|
|
451
|
+
IndexTargetNode.new(source, node_id, location, flags, receiver, opening_loc, arguments, closing_loc, block)
|
|
452
|
+
end
|
|
453
|
+
|
|
454
|
+
# Create a new InstanceVariableAndWriteNode node.
|
|
455
|
+
def instance_variable_and_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, operator_loc: location, value: default_node(source, location))
|
|
456
|
+
InstanceVariableAndWriteNode.new(source, node_id, location, flags, name, name_loc, operator_loc, value)
|
|
457
|
+
end
|
|
458
|
+
|
|
459
|
+
# Create a new InstanceVariableOperatorWriteNode node.
|
|
460
|
+
def instance_variable_operator_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, binary_operator_loc: location, value: default_node(source, location), binary_operator: :"")
|
|
461
|
+
InstanceVariableOperatorWriteNode.new(source, node_id, location, flags, name, name_loc, binary_operator_loc, value, binary_operator)
|
|
462
|
+
end
|
|
463
|
+
|
|
464
|
+
# Create a new InstanceVariableOrWriteNode node.
|
|
465
|
+
def instance_variable_or_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, operator_loc: location, value: default_node(source, location))
|
|
466
|
+
InstanceVariableOrWriteNode.new(source, node_id, location, flags, name, name_loc, operator_loc, value)
|
|
467
|
+
end
|
|
468
|
+
|
|
469
|
+
# Create a new InstanceVariableReadNode node.
|
|
470
|
+
def instance_variable_read_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"")
|
|
471
|
+
InstanceVariableReadNode.new(source, node_id, location, flags, name)
|
|
472
|
+
end
|
|
473
|
+
|
|
474
|
+
# Create a new InstanceVariableTargetNode node.
|
|
475
|
+
def instance_variable_target_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"")
|
|
476
|
+
InstanceVariableTargetNode.new(source, node_id, location, flags, name)
|
|
477
|
+
end
|
|
478
|
+
|
|
479
|
+
# Create a new InstanceVariableWriteNode node.
|
|
480
|
+
def instance_variable_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, value: default_node(source, location), operator_loc: location)
|
|
481
|
+
InstanceVariableWriteNode.new(source, node_id, location, flags, name, name_loc, value, operator_loc)
|
|
482
|
+
end
|
|
483
|
+
|
|
484
|
+
# Create a new IntegerNode node.
|
|
485
|
+
def integer_node(source: default_source, node_id: 0, location: default_location, flags: 0, value: 0)
|
|
486
|
+
IntegerNode.new(source, node_id, location, flags, value)
|
|
487
|
+
end
|
|
488
|
+
|
|
489
|
+
# Create a new InterpolatedMatchLastLineNode node.
|
|
490
|
+
def interpolated_match_last_line_node(source: default_source, node_id: 0, location: default_location, flags: 0, opening_loc: location, parts: [], closing_loc: location)
|
|
491
|
+
InterpolatedMatchLastLineNode.new(source, node_id, location, flags, opening_loc, parts, closing_loc)
|
|
492
|
+
end
|
|
493
|
+
|
|
494
|
+
# Create a new InterpolatedRegularExpressionNode node.
|
|
495
|
+
def interpolated_regular_expression_node(source: default_source, node_id: 0, location: default_location, flags: 0, opening_loc: location, parts: [], closing_loc: location)
|
|
496
|
+
InterpolatedRegularExpressionNode.new(source, node_id, location, flags, opening_loc, parts, closing_loc)
|
|
497
|
+
end
|
|
498
|
+
|
|
499
|
+
# Create a new InterpolatedStringNode node.
|
|
500
|
+
def interpolated_string_node(source: default_source, node_id: 0, location: default_location, flags: 0, opening_loc: nil, parts: [], closing_loc: nil)
|
|
501
|
+
InterpolatedStringNode.new(source, node_id, location, flags, opening_loc, parts, closing_loc)
|
|
502
|
+
end
|
|
503
|
+
|
|
504
|
+
# Create a new InterpolatedSymbolNode node.
|
|
505
|
+
def interpolated_symbol_node(source: default_source, node_id: 0, location: default_location, flags: 0, opening_loc: nil, parts: [], closing_loc: nil)
|
|
506
|
+
InterpolatedSymbolNode.new(source, node_id, location, flags, opening_loc, parts, closing_loc)
|
|
507
|
+
end
|
|
508
|
+
|
|
509
|
+
# Create a new InterpolatedXStringNode node.
|
|
510
|
+
def interpolated_x_string_node(source: default_source, node_id: 0, location: default_location, flags: 0, opening_loc: location, parts: [], closing_loc: location)
|
|
511
|
+
InterpolatedXStringNode.new(source, node_id, location, flags, opening_loc, parts, closing_loc)
|
|
512
|
+
end
|
|
513
|
+
|
|
514
|
+
# Create a new ItLocalVariableReadNode node.
|
|
515
|
+
def it_local_variable_read_node(source: default_source, node_id: 0, location: default_location, flags: 0)
|
|
516
|
+
ItLocalVariableReadNode.new(source, node_id, location, flags)
|
|
517
|
+
end
|
|
518
|
+
|
|
519
|
+
# Create a new ItParametersNode node.
|
|
520
|
+
def it_parameters_node(source: default_source, node_id: 0, location: default_location, flags: 0)
|
|
521
|
+
ItParametersNode.new(source, node_id, location, flags)
|
|
522
|
+
end
|
|
523
|
+
|
|
524
|
+
# Create a new KeywordHashNode node.
|
|
525
|
+
def keyword_hash_node(source: default_source, node_id: 0, location: default_location, flags: 0, elements: [])
|
|
526
|
+
KeywordHashNode.new(source, node_id, location, flags, elements)
|
|
527
|
+
end
|
|
528
|
+
|
|
529
|
+
# Create a new KeywordRestParameterNode node.
|
|
530
|
+
def keyword_rest_parameter_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: nil, name_loc: nil, operator_loc: location)
|
|
531
|
+
KeywordRestParameterNode.new(source, node_id, location, flags, name, name_loc, operator_loc)
|
|
532
|
+
end
|
|
533
|
+
|
|
534
|
+
# Create a new LambdaNode node.
|
|
535
|
+
def lambda_node(source: default_source, node_id: 0, location: default_location, flags: 0, locals: [], operator_loc: location, opening_loc: location, closing_loc: location, parameters: nil, body: nil)
|
|
536
|
+
LambdaNode.new(source, node_id, location, flags, locals, operator_loc, opening_loc, closing_loc, parameters, body)
|
|
537
|
+
end
|
|
538
|
+
|
|
539
|
+
# Create a new LocalVariableAndWriteNode node.
|
|
540
|
+
def local_variable_and_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name_loc: location, operator_loc: location, value: default_node(source, location), name: :"", depth: 0)
|
|
541
|
+
LocalVariableAndWriteNode.new(source, node_id, location, flags, name_loc, operator_loc, value, name, depth)
|
|
542
|
+
end
|
|
543
|
+
|
|
544
|
+
# Create a new LocalVariableOperatorWriteNode node.
|
|
545
|
+
def local_variable_operator_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name_loc: location, binary_operator_loc: location, value: default_node(source, location), name: :"", binary_operator: :"", depth: 0)
|
|
546
|
+
LocalVariableOperatorWriteNode.new(source, node_id, location, flags, name_loc, binary_operator_loc, value, name, binary_operator, depth)
|
|
547
|
+
end
|
|
548
|
+
|
|
549
|
+
# Create a new LocalVariableOrWriteNode node.
|
|
550
|
+
def local_variable_or_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name_loc: location, operator_loc: location, value: default_node(source, location), name: :"", depth: 0)
|
|
551
|
+
LocalVariableOrWriteNode.new(source, node_id, location, flags, name_loc, operator_loc, value, name, depth)
|
|
552
|
+
end
|
|
553
|
+
|
|
554
|
+
# Create a new LocalVariableReadNode node.
|
|
555
|
+
def local_variable_read_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", depth: 0)
|
|
556
|
+
LocalVariableReadNode.new(source, node_id, location, flags, name, depth)
|
|
557
|
+
end
|
|
558
|
+
|
|
559
|
+
# Create a new LocalVariableTargetNode node.
|
|
560
|
+
def local_variable_target_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", depth: 0)
|
|
561
|
+
LocalVariableTargetNode.new(source, node_id, location, flags, name, depth)
|
|
562
|
+
end
|
|
563
|
+
|
|
564
|
+
# Create a new LocalVariableWriteNode node.
|
|
565
|
+
def local_variable_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", depth: 0, name_loc: location, value: default_node(source, location), operator_loc: location)
|
|
566
|
+
LocalVariableWriteNode.new(source, node_id, location, flags, name, depth, name_loc, value, operator_loc)
|
|
567
|
+
end
|
|
568
|
+
|
|
569
|
+
# Create a new MatchLastLineNode node.
|
|
570
|
+
def match_last_line_node(source: default_source, node_id: 0, location: default_location, flags: 0, opening_loc: location, content_loc: location, closing_loc: location, unescaped: "")
|
|
571
|
+
MatchLastLineNode.new(source, node_id, location, flags, opening_loc, content_loc, closing_loc, unescaped)
|
|
572
|
+
end
|
|
573
|
+
|
|
574
|
+
# Create a new MatchPredicateNode node.
|
|
575
|
+
def match_predicate_node(source: default_source, node_id: 0, location: default_location, flags: 0, value: default_node(source, location), pattern: default_node(source, location), operator_loc: location)
|
|
576
|
+
MatchPredicateNode.new(source, node_id, location, flags, value, pattern, operator_loc)
|
|
577
|
+
end
|
|
578
|
+
|
|
579
|
+
# Create a new MatchRequiredNode node.
|
|
580
|
+
def match_required_node(source: default_source, node_id: 0, location: default_location, flags: 0, value: default_node(source, location), pattern: default_node(source, location), operator_loc: location)
|
|
581
|
+
MatchRequiredNode.new(source, node_id, location, flags, value, pattern, operator_loc)
|
|
582
|
+
end
|
|
583
|
+
|
|
584
|
+
# Create a new MatchWriteNode node.
|
|
585
|
+
def match_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, call: call_node(source: source), targets: [])
|
|
586
|
+
MatchWriteNode.new(source, node_id, location, flags, call, targets)
|
|
587
|
+
end
|
|
588
|
+
|
|
589
|
+
# Create a new MissingNode node.
|
|
590
|
+
def missing_node(source: default_source, node_id: 0, location: default_location, flags: 0)
|
|
591
|
+
MissingNode.new(source, node_id, location, flags)
|
|
592
|
+
end
|
|
593
|
+
|
|
594
|
+
# Create a new ModuleNode node.
|
|
595
|
+
def module_node(source: default_source, node_id: 0, location: default_location, flags: 0, locals: [], module_keyword_loc: location, constant_path: constant_read_node(source: source), body: nil, end_keyword_loc: location, name: :"")
|
|
596
|
+
ModuleNode.new(source, node_id, location, flags, locals, module_keyword_loc, constant_path, body, end_keyword_loc, name)
|
|
597
|
+
end
|
|
598
|
+
|
|
599
|
+
# Create a new MultiTargetNode node.
|
|
600
|
+
def multi_target_node(source: default_source, node_id: 0, location: default_location, flags: 0, lefts: [], rest: nil, rights: [], lparen_loc: nil, rparen_loc: nil)
|
|
601
|
+
MultiTargetNode.new(source, node_id, location, flags, lefts, rest, rights, lparen_loc, rparen_loc)
|
|
602
|
+
end
|
|
603
|
+
|
|
604
|
+
# Create a new MultiWriteNode node.
|
|
605
|
+
def multi_write_node(source: default_source, node_id: 0, location: default_location, flags: 0, lefts: [], rest: nil, rights: [], lparen_loc: nil, rparen_loc: nil, operator_loc: location, value: default_node(source, location))
|
|
606
|
+
MultiWriteNode.new(source, node_id, location, flags, lefts, rest, rights, lparen_loc, rparen_loc, operator_loc, value)
|
|
607
|
+
end
|
|
608
|
+
|
|
609
|
+
# Create a new NextNode node.
|
|
610
|
+
def next_node(source: default_source, node_id: 0, location: default_location, flags: 0, arguments: nil, keyword_loc: location)
|
|
611
|
+
NextNode.new(source, node_id, location, flags, arguments, keyword_loc)
|
|
612
|
+
end
|
|
613
|
+
|
|
614
|
+
# Create a new NilNode node.
|
|
615
|
+
def nil_node(source: default_source, node_id: 0, location: default_location, flags: 0)
|
|
616
|
+
NilNode.new(source, node_id, location, flags)
|
|
617
|
+
end
|
|
618
|
+
|
|
619
|
+
# Create a new NoKeywordsParameterNode node.
|
|
620
|
+
def no_keywords_parameter_node(source: default_source, node_id: 0, location: default_location, flags: 0, operator_loc: location, keyword_loc: location)
|
|
621
|
+
NoKeywordsParameterNode.new(source, node_id, location, flags, operator_loc, keyword_loc)
|
|
622
|
+
end
|
|
623
|
+
|
|
624
|
+
# Create a new NumberedParametersNode node.
|
|
625
|
+
def numbered_parameters_node(source: default_source, node_id: 0, location: default_location, flags: 0, maximum: 0)
|
|
626
|
+
NumberedParametersNode.new(source, node_id, location, flags, maximum)
|
|
627
|
+
end
|
|
628
|
+
|
|
629
|
+
# Create a new NumberedReferenceReadNode node.
|
|
630
|
+
def numbered_reference_read_node(source: default_source, node_id: 0, location: default_location, flags: 0, number: 0)
|
|
631
|
+
NumberedReferenceReadNode.new(source, node_id, location, flags, number)
|
|
632
|
+
end
|
|
633
|
+
|
|
634
|
+
# Create a new OptionalKeywordParameterNode node.
|
|
635
|
+
def optional_keyword_parameter_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, value: default_node(source, location))
|
|
636
|
+
OptionalKeywordParameterNode.new(source, node_id, location, flags, name, name_loc, value)
|
|
637
|
+
end
|
|
638
|
+
|
|
639
|
+
# Create a new OptionalParameterNode node.
|
|
640
|
+
def optional_parameter_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location, operator_loc: location, value: default_node(source, location))
|
|
641
|
+
OptionalParameterNode.new(source, node_id, location, flags, name, name_loc, operator_loc, value)
|
|
642
|
+
end
|
|
643
|
+
|
|
644
|
+
# Create a new OrNode node.
|
|
645
|
+
def or_node(source: default_source, node_id: 0, location: default_location, flags: 0, left: default_node(source, location), right: default_node(source, location), operator_loc: location)
|
|
646
|
+
OrNode.new(source, node_id, location, flags, left, right, operator_loc)
|
|
647
|
+
end
|
|
648
|
+
|
|
649
|
+
# Create a new ParametersNode node.
|
|
650
|
+
def parameters_node(source: default_source, node_id: 0, location: default_location, flags: 0, requireds: [], optionals: [], rest: nil, posts: [], keywords: [], keyword_rest: nil, block: nil)
|
|
651
|
+
ParametersNode.new(source, node_id, location, flags, requireds, optionals, rest, posts, keywords, keyword_rest, block)
|
|
652
|
+
end
|
|
653
|
+
|
|
654
|
+
# Create a new ParenthesesNode node.
|
|
655
|
+
def parentheses_node(source: default_source, node_id: 0, location: default_location, flags: 0, body: nil, opening_loc: location, closing_loc: location)
|
|
656
|
+
ParenthesesNode.new(source, node_id, location, flags, body, opening_loc, closing_loc)
|
|
657
|
+
end
|
|
658
|
+
|
|
659
|
+
# Create a new PinnedExpressionNode node.
|
|
660
|
+
def pinned_expression_node(source: default_source, node_id: 0, location: default_location, flags: 0, expression: default_node(source, location), operator_loc: location, lparen_loc: location, rparen_loc: location)
|
|
661
|
+
PinnedExpressionNode.new(source, node_id, location, flags, expression, operator_loc, lparen_loc, rparen_loc)
|
|
662
|
+
end
|
|
663
|
+
|
|
664
|
+
# Create a new PinnedVariableNode node.
|
|
665
|
+
def pinned_variable_node(source: default_source, node_id: 0, location: default_location, flags: 0, variable: local_variable_read_node(source: source), operator_loc: location)
|
|
666
|
+
PinnedVariableNode.new(source, node_id, location, flags, variable, operator_loc)
|
|
667
|
+
end
|
|
668
|
+
|
|
669
|
+
# Create a new PostExecutionNode node.
|
|
670
|
+
def post_execution_node(source: default_source, node_id: 0, location: default_location, flags: 0, statements: nil, keyword_loc: location, opening_loc: location, closing_loc: location)
|
|
671
|
+
PostExecutionNode.new(source, node_id, location, flags, statements, keyword_loc, opening_loc, closing_loc)
|
|
672
|
+
end
|
|
673
|
+
|
|
674
|
+
# Create a new PreExecutionNode node.
|
|
675
|
+
def pre_execution_node(source: default_source, node_id: 0, location: default_location, flags: 0, statements: nil, keyword_loc: location, opening_loc: location, closing_loc: location)
|
|
676
|
+
PreExecutionNode.new(source, node_id, location, flags, statements, keyword_loc, opening_loc, closing_loc)
|
|
677
|
+
end
|
|
678
|
+
|
|
679
|
+
# Create a new ProgramNode node.
|
|
680
|
+
def program_node(source: default_source, node_id: 0, location: default_location, flags: 0, locals: [], statements: statements_node(source: source))
|
|
681
|
+
ProgramNode.new(source, node_id, location, flags, locals, statements)
|
|
682
|
+
end
|
|
683
|
+
|
|
684
|
+
# Create a new RangeNode node.
|
|
685
|
+
def range_node(source: default_source, node_id: 0, location: default_location, flags: 0, left: nil, right: nil, operator_loc: location)
|
|
686
|
+
RangeNode.new(source, node_id, location, flags, left, right, operator_loc)
|
|
687
|
+
end
|
|
688
|
+
|
|
689
|
+
# Create a new RationalNode node.
|
|
690
|
+
def rational_node(source: default_source, node_id: 0, location: default_location, flags: 0, numerator: 0, denominator: 0)
|
|
691
|
+
RationalNode.new(source, node_id, location, flags, numerator, denominator)
|
|
692
|
+
end
|
|
693
|
+
|
|
694
|
+
# Create a new RedoNode node.
|
|
695
|
+
def redo_node(source: default_source, node_id: 0, location: default_location, flags: 0)
|
|
696
|
+
RedoNode.new(source, node_id, location, flags)
|
|
697
|
+
end
|
|
698
|
+
|
|
699
|
+
# Create a new RegularExpressionNode node.
|
|
700
|
+
def regular_expression_node(source: default_source, node_id: 0, location: default_location, flags: 0, opening_loc: location, content_loc: location, closing_loc: location, unescaped: "")
|
|
701
|
+
RegularExpressionNode.new(source, node_id, location, flags, opening_loc, content_loc, closing_loc, unescaped)
|
|
702
|
+
end
|
|
703
|
+
|
|
704
|
+
# Create a new RequiredKeywordParameterNode node.
|
|
705
|
+
def required_keyword_parameter_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"", name_loc: location)
|
|
706
|
+
RequiredKeywordParameterNode.new(source, node_id, location, flags, name, name_loc)
|
|
707
|
+
end
|
|
708
|
+
|
|
709
|
+
# Create a new RequiredParameterNode node.
|
|
710
|
+
def required_parameter_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"")
|
|
711
|
+
RequiredParameterNode.new(source, node_id, location, flags, name)
|
|
712
|
+
end
|
|
713
|
+
|
|
714
|
+
# Create a new RescueModifierNode node.
|
|
715
|
+
def rescue_modifier_node(source: default_source, node_id: 0, location: default_location, flags: 0, expression: default_node(source, location), keyword_loc: location, rescue_expression: default_node(source, location))
|
|
716
|
+
RescueModifierNode.new(source, node_id, location, flags, expression, keyword_loc, rescue_expression)
|
|
717
|
+
end
|
|
718
|
+
|
|
719
|
+
# Create a new RescueNode node.
|
|
720
|
+
def rescue_node(source: default_source, node_id: 0, location: default_location, flags: 0, keyword_loc: location, exceptions: [], operator_loc: nil, reference: nil, then_keyword_loc: nil, statements: nil, subsequent: nil)
|
|
721
|
+
RescueNode.new(source, node_id, location, flags, keyword_loc, exceptions, operator_loc, reference, then_keyword_loc, statements, subsequent)
|
|
722
|
+
end
|
|
723
|
+
|
|
724
|
+
# Create a new RestParameterNode node.
|
|
725
|
+
def rest_parameter_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: nil, name_loc: nil, operator_loc: location)
|
|
726
|
+
RestParameterNode.new(source, node_id, location, flags, name, name_loc, operator_loc)
|
|
727
|
+
end
|
|
728
|
+
|
|
729
|
+
# Create a new RetryNode node.
|
|
730
|
+
def retry_node(source: default_source, node_id: 0, location: default_location, flags: 0)
|
|
731
|
+
RetryNode.new(source, node_id, location, flags)
|
|
732
|
+
end
|
|
733
|
+
|
|
734
|
+
# Create a new ReturnNode node.
|
|
735
|
+
def return_node(source: default_source, node_id: 0, location: default_location, flags: 0, keyword_loc: location, arguments: nil)
|
|
736
|
+
ReturnNode.new(source, node_id, location, flags, keyword_loc, arguments)
|
|
737
|
+
end
|
|
738
|
+
|
|
739
|
+
# Create a new SelfNode node.
|
|
740
|
+
def self_node(source: default_source, node_id: 0, location: default_location, flags: 0)
|
|
741
|
+
SelfNode.new(source, node_id, location, flags)
|
|
742
|
+
end
|
|
743
|
+
|
|
744
|
+
# Create a new ShareableConstantNode node.
|
|
745
|
+
def shareable_constant_node(source: default_source, node_id: 0, location: default_location, flags: 0, write: constant_write_node(source: source))
|
|
746
|
+
ShareableConstantNode.new(source, node_id, location, flags, write)
|
|
747
|
+
end
|
|
748
|
+
|
|
749
|
+
# Create a new SingletonClassNode node.
|
|
750
|
+
def singleton_class_node(source: default_source, node_id: 0, location: default_location, flags: 0, locals: [], class_keyword_loc: location, operator_loc: location, expression: default_node(source, location), body: nil, end_keyword_loc: location)
|
|
751
|
+
SingletonClassNode.new(source, node_id, location, flags, locals, class_keyword_loc, operator_loc, expression, body, end_keyword_loc)
|
|
752
|
+
end
|
|
753
|
+
|
|
754
|
+
# Create a new SourceEncodingNode node.
|
|
755
|
+
def source_encoding_node(source: default_source, node_id: 0, location: default_location, flags: 0)
|
|
756
|
+
SourceEncodingNode.new(source, node_id, location, flags)
|
|
757
|
+
end
|
|
758
|
+
|
|
759
|
+
# Create a new SourceFileNode node.
|
|
760
|
+
def source_file_node(source: default_source, node_id: 0, location: default_location, flags: 0, filepath: "")
|
|
761
|
+
SourceFileNode.new(source, node_id, location, flags, filepath)
|
|
762
|
+
end
|
|
763
|
+
|
|
764
|
+
# Create a new SourceLineNode node.
|
|
765
|
+
def source_line_node(source: default_source, node_id: 0, location: default_location, flags: 0)
|
|
766
|
+
SourceLineNode.new(source, node_id, location, flags)
|
|
767
|
+
end
|
|
768
|
+
|
|
769
|
+
# Create a new SplatNode node.
|
|
770
|
+
def splat_node(source: default_source, node_id: 0, location: default_location, flags: 0, operator_loc: location, expression: nil)
|
|
771
|
+
SplatNode.new(source, node_id, location, flags, operator_loc, expression)
|
|
772
|
+
end
|
|
773
|
+
|
|
774
|
+
# Create a new StatementsNode node.
|
|
775
|
+
def statements_node(source: default_source, node_id: 0, location: default_location, flags: 0, body: [])
|
|
776
|
+
StatementsNode.new(source, node_id, location, flags, body)
|
|
777
|
+
end
|
|
778
|
+
|
|
779
|
+
# Create a new StringNode node.
|
|
780
|
+
def string_node(source: default_source, node_id: 0, location: default_location, flags: 0, opening_loc: nil, content_loc: location, closing_loc: nil, unescaped: "")
|
|
781
|
+
StringNode.new(source, node_id, location, flags, opening_loc, content_loc, closing_loc, unescaped)
|
|
782
|
+
end
|
|
783
|
+
|
|
784
|
+
# Create a new SuperNode node.
|
|
785
|
+
def super_node(source: default_source, node_id: 0, location: default_location, flags: 0, keyword_loc: location, lparen_loc: nil, arguments: nil, rparen_loc: nil, block: nil)
|
|
786
|
+
SuperNode.new(source, node_id, location, flags, keyword_loc, lparen_loc, arguments, rparen_loc, block)
|
|
787
|
+
end
|
|
788
|
+
|
|
789
|
+
# Create a new SymbolNode node.
|
|
790
|
+
def symbol_node(source: default_source, node_id: 0, location: default_location, flags: 0, opening_loc: nil, value_loc: nil, closing_loc: nil, unescaped: "")
|
|
791
|
+
SymbolNode.new(source, node_id, location, flags, opening_loc, value_loc, closing_loc, unescaped)
|
|
792
|
+
end
|
|
793
|
+
|
|
794
|
+
# Create a new TrueNode node.
|
|
795
|
+
def true_node(source: default_source, node_id: 0, location: default_location, flags: 0)
|
|
796
|
+
TrueNode.new(source, node_id, location, flags)
|
|
797
|
+
end
|
|
798
|
+
|
|
799
|
+
# Create a new UndefNode node.
|
|
800
|
+
def undef_node(source: default_source, node_id: 0, location: default_location, flags: 0, names: [], keyword_loc: location)
|
|
801
|
+
UndefNode.new(source, node_id, location, flags, names, keyword_loc)
|
|
802
|
+
end
|
|
803
|
+
|
|
804
|
+
# Create a new UnlessNode node.
|
|
805
|
+
def unless_node(source: default_source, node_id: 0, location: default_location, flags: 0, keyword_loc: location, predicate: default_node(source, location), then_keyword_loc: nil, statements: nil, else_clause: nil, end_keyword_loc: nil)
|
|
806
|
+
UnlessNode.new(source, node_id, location, flags, keyword_loc, predicate, then_keyword_loc, statements, else_clause, end_keyword_loc)
|
|
807
|
+
end
|
|
808
|
+
|
|
809
|
+
# Create a new UntilNode node.
|
|
810
|
+
def until_node(source: default_source, node_id: 0, location: default_location, flags: 0, keyword_loc: location, do_keyword_loc: nil, closing_loc: nil, predicate: default_node(source, location), statements: nil)
|
|
811
|
+
UntilNode.new(source, node_id, location, flags, keyword_loc, do_keyword_loc, closing_loc, predicate, statements)
|
|
812
|
+
end
|
|
813
|
+
|
|
814
|
+
# Create a new WhenNode node.
|
|
815
|
+
def when_node(source: default_source, node_id: 0, location: default_location, flags: 0, keyword_loc: location, conditions: [], then_keyword_loc: nil, statements: nil)
|
|
816
|
+
WhenNode.new(source, node_id, location, flags, keyword_loc, conditions, then_keyword_loc, statements)
|
|
817
|
+
end
|
|
818
|
+
|
|
819
|
+
# Create a new WhileNode node.
|
|
820
|
+
def while_node(source: default_source, node_id: 0, location: default_location, flags: 0, keyword_loc: location, do_keyword_loc: nil, closing_loc: nil, predicate: default_node(source, location), statements: nil)
|
|
821
|
+
WhileNode.new(source, node_id, location, flags, keyword_loc, do_keyword_loc, closing_loc, predicate, statements)
|
|
822
|
+
end
|
|
823
|
+
|
|
824
|
+
# Create a new XStringNode node.
|
|
825
|
+
def x_string_node(source: default_source, node_id: 0, location: default_location, flags: 0, opening_loc: location, content_loc: location, closing_loc: location, unescaped: "")
|
|
826
|
+
XStringNode.new(source, node_id, location, flags, opening_loc, content_loc, closing_loc, unescaped)
|
|
827
|
+
end
|
|
828
|
+
|
|
829
|
+
# Create a new YieldNode node.
|
|
830
|
+
def yield_node(source: default_source, node_id: 0, location: default_location, flags: 0, keyword_loc: location, lparen_loc: nil, arguments: nil, rparen_loc: nil)
|
|
831
|
+
YieldNode.new(source, node_id, location, flags, keyword_loc, lparen_loc, arguments, rparen_loc)
|
|
832
|
+
end
|
|
833
|
+
|
|
834
|
+
# Retrieve the value of one of the ArgumentsNodeFlags flags.
|
|
835
|
+
def arguments_node_flag(name)
|
|
836
|
+
case name
|
|
837
|
+
when :contains_forwarding then ArgumentsNodeFlags::CONTAINS_FORWARDING
|
|
838
|
+
when :contains_keywords then ArgumentsNodeFlags::CONTAINS_KEYWORDS
|
|
839
|
+
when :contains_keyword_splat then ArgumentsNodeFlags::CONTAINS_KEYWORD_SPLAT
|
|
840
|
+
when :contains_splat then ArgumentsNodeFlags::CONTAINS_SPLAT
|
|
841
|
+
when :contains_multiple_splats then ArgumentsNodeFlags::CONTAINS_MULTIPLE_SPLATS
|
|
842
|
+
else Kernel.raise ArgumentError, "invalid ArgumentsNodeFlags flag: #{name.inspect}"
|
|
843
|
+
end
|
|
844
|
+
end
|
|
845
|
+
|
|
846
|
+
# Retrieve the value of one of the ArrayNodeFlags flags.
|
|
847
|
+
def array_node_flag(name)
|
|
848
|
+
case name
|
|
849
|
+
when :contains_splat then ArrayNodeFlags::CONTAINS_SPLAT
|
|
850
|
+
else Kernel.raise ArgumentError, "invalid ArrayNodeFlags flag: #{name.inspect}"
|
|
851
|
+
end
|
|
852
|
+
end
|
|
853
|
+
|
|
854
|
+
# Retrieve the value of one of the CallNodeFlags flags.
|
|
855
|
+
def call_node_flag(name)
|
|
856
|
+
case name
|
|
857
|
+
when :safe_navigation then CallNodeFlags::SAFE_NAVIGATION
|
|
858
|
+
when :variable_call then CallNodeFlags::VARIABLE_CALL
|
|
859
|
+
when :attribute_write then CallNodeFlags::ATTRIBUTE_WRITE
|
|
860
|
+
when :ignore_visibility then CallNodeFlags::IGNORE_VISIBILITY
|
|
861
|
+
else Kernel.raise ArgumentError, "invalid CallNodeFlags flag: #{name.inspect}"
|
|
862
|
+
end
|
|
863
|
+
end
|
|
864
|
+
|
|
865
|
+
# Retrieve the value of one of the EncodingFlags flags.
|
|
866
|
+
def encoding_flag(name)
|
|
867
|
+
case name
|
|
868
|
+
when :forced_utf8_encoding then EncodingFlags::FORCED_UTF8_ENCODING
|
|
869
|
+
when :forced_binary_encoding then EncodingFlags::FORCED_BINARY_ENCODING
|
|
870
|
+
else Kernel.raise ArgumentError, "invalid EncodingFlags flag: #{name.inspect}"
|
|
871
|
+
end
|
|
872
|
+
end
|
|
873
|
+
|
|
874
|
+
# Retrieve the value of one of the IntegerBaseFlags flags.
|
|
875
|
+
def integer_base_flag(name)
|
|
876
|
+
case name
|
|
877
|
+
when :binary then IntegerBaseFlags::BINARY
|
|
878
|
+
when :decimal then IntegerBaseFlags::DECIMAL
|
|
879
|
+
when :octal then IntegerBaseFlags::OCTAL
|
|
880
|
+
when :hexadecimal then IntegerBaseFlags::HEXADECIMAL
|
|
881
|
+
else Kernel.raise ArgumentError, "invalid IntegerBaseFlags flag: #{name.inspect}"
|
|
882
|
+
end
|
|
883
|
+
end
|
|
884
|
+
|
|
885
|
+
# Retrieve the value of one of the InterpolatedStringNodeFlags flags.
|
|
886
|
+
def interpolated_string_node_flag(name)
|
|
887
|
+
case name
|
|
888
|
+
when :frozen then InterpolatedStringNodeFlags::FROZEN
|
|
889
|
+
when :mutable then InterpolatedStringNodeFlags::MUTABLE
|
|
890
|
+
else Kernel.raise ArgumentError, "invalid InterpolatedStringNodeFlags flag: #{name.inspect}"
|
|
891
|
+
end
|
|
892
|
+
end
|
|
893
|
+
|
|
894
|
+
# Retrieve the value of one of the KeywordHashNodeFlags flags.
|
|
895
|
+
def keyword_hash_node_flag(name)
|
|
896
|
+
case name
|
|
897
|
+
when :symbol_keys then KeywordHashNodeFlags::SYMBOL_KEYS
|
|
898
|
+
else Kernel.raise ArgumentError, "invalid KeywordHashNodeFlags flag: #{name.inspect}"
|
|
899
|
+
end
|
|
900
|
+
end
|
|
901
|
+
|
|
902
|
+
# Retrieve the value of one of the LoopFlags flags.
|
|
903
|
+
def loop_flag(name)
|
|
904
|
+
case name
|
|
905
|
+
when :begin_modifier then LoopFlags::BEGIN_MODIFIER
|
|
906
|
+
else Kernel.raise ArgumentError, "invalid LoopFlags flag: #{name.inspect}"
|
|
907
|
+
end
|
|
908
|
+
end
|
|
909
|
+
|
|
910
|
+
# Retrieve the value of one of the ParameterFlags flags.
|
|
911
|
+
def parameter_flag(name)
|
|
912
|
+
case name
|
|
913
|
+
when :repeated_parameter then ParameterFlags::REPEATED_PARAMETER
|
|
914
|
+
else Kernel.raise ArgumentError, "invalid ParameterFlags flag: #{name.inspect}"
|
|
915
|
+
end
|
|
916
|
+
end
|
|
917
|
+
|
|
918
|
+
# Retrieve the value of one of the ParenthesesNodeFlags flags.
|
|
919
|
+
def parentheses_node_flag(name)
|
|
920
|
+
case name
|
|
921
|
+
when :multiple_statements then ParenthesesNodeFlags::MULTIPLE_STATEMENTS
|
|
922
|
+
else Kernel.raise ArgumentError, "invalid ParenthesesNodeFlags flag: #{name.inspect}"
|
|
923
|
+
end
|
|
924
|
+
end
|
|
925
|
+
|
|
926
|
+
# Retrieve the value of one of the RangeFlags flags.
|
|
927
|
+
def range_flag(name)
|
|
928
|
+
case name
|
|
929
|
+
when :exclude_end then RangeFlags::EXCLUDE_END
|
|
930
|
+
else Kernel.raise ArgumentError, "invalid RangeFlags flag: #{name.inspect}"
|
|
931
|
+
end
|
|
932
|
+
end
|
|
933
|
+
|
|
934
|
+
# Retrieve the value of one of the RegularExpressionFlags flags.
|
|
935
|
+
def regular_expression_flag(name)
|
|
936
|
+
case name
|
|
937
|
+
when :ignore_case then RegularExpressionFlags::IGNORE_CASE
|
|
938
|
+
when :extended then RegularExpressionFlags::EXTENDED
|
|
939
|
+
when :multi_line then RegularExpressionFlags::MULTI_LINE
|
|
940
|
+
when :once then RegularExpressionFlags::ONCE
|
|
941
|
+
when :euc_jp then RegularExpressionFlags::EUC_JP
|
|
942
|
+
when :ascii_8bit then RegularExpressionFlags::ASCII_8BIT
|
|
943
|
+
when :windows_31j then RegularExpressionFlags::WINDOWS_31J
|
|
944
|
+
when :utf_8 then RegularExpressionFlags::UTF_8
|
|
945
|
+
when :forced_utf8_encoding then RegularExpressionFlags::FORCED_UTF8_ENCODING
|
|
946
|
+
when :forced_binary_encoding then RegularExpressionFlags::FORCED_BINARY_ENCODING
|
|
947
|
+
when :forced_us_ascii_encoding then RegularExpressionFlags::FORCED_US_ASCII_ENCODING
|
|
948
|
+
else Kernel.raise ArgumentError, "invalid RegularExpressionFlags flag: #{name.inspect}"
|
|
949
|
+
end
|
|
950
|
+
end
|
|
951
|
+
|
|
952
|
+
# Retrieve the value of one of the ShareableConstantNodeFlags flags.
|
|
953
|
+
def shareable_constant_node_flag(name)
|
|
954
|
+
case name
|
|
955
|
+
when :literal then ShareableConstantNodeFlags::LITERAL
|
|
956
|
+
when :experimental_everything then ShareableConstantNodeFlags::EXPERIMENTAL_EVERYTHING
|
|
957
|
+
when :experimental_copy then ShareableConstantNodeFlags::EXPERIMENTAL_COPY
|
|
958
|
+
else Kernel.raise ArgumentError, "invalid ShareableConstantNodeFlags flag: #{name.inspect}"
|
|
959
|
+
end
|
|
960
|
+
end
|
|
961
|
+
|
|
962
|
+
# Retrieve the value of one of the StringFlags flags.
|
|
963
|
+
def string_flag(name)
|
|
964
|
+
case name
|
|
965
|
+
when :forced_utf8_encoding then StringFlags::FORCED_UTF8_ENCODING
|
|
966
|
+
when :forced_binary_encoding then StringFlags::FORCED_BINARY_ENCODING
|
|
967
|
+
when :frozen then StringFlags::FROZEN
|
|
968
|
+
when :mutable then StringFlags::MUTABLE
|
|
969
|
+
else Kernel.raise ArgumentError, "invalid StringFlags flag: #{name.inspect}"
|
|
970
|
+
end
|
|
971
|
+
end
|
|
972
|
+
|
|
973
|
+
# Retrieve the value of one of the SymbolFlags flags.
|
|
974
|
+
def symbol_flag(name)
|
|
975
|
+
case name
|
|
976
|
+
when :forced_utf8_encoding then SymbolFlags::FORCED_UTF8_ENCODING
|
|
977
|
+
when :forced_binary_encoding then SymbolFlags::FORCED_BINARY_ENCODING
|
|
978
|
+
when :forced_us_ascii_encoding then SymbolFlags::FORCED_US_ASCII_ENCODING
|
|
979
|
+
else Kernel.raise ArgumentError, "invalid SymbolFlags flag: #{name.inspect}"
|
|
980
|
+
end
|
|
981
|
+
end
|
|
982
|
+
|
|
983
|
+
private
|
|
984
|
+
|
|
985
|
+
# The default source object that gets attached to nodes and locations if no
|
|
986
|
+
# source is specified.
|
|
987
|
+
def default_source
|
|
988
|
+
Source.for("")
|
|
989
|
+
end
|
|
990
|
+
|
|
991
|
+
# The default location object that gets attached to nodes if no location is
|
|
992
|
+
# specified, which uses the given source.
|
|
993
|
+
def default_location
|
|
994
|
+
Location.new(default_source, 0, 0)
|
|
995
|
+
end
|
|
996
|
+
|
|
997
|
+
# The default node that gets attached to nodes if no node is specified for a
|
|
998
|
+
# required node field.
|
|
999
|
+
def default_node(source, location)
|
|
1000
|
+
MissingNode.new(source, -1, location, 0)
|
|
1001
|
+
end
|
|
1002
|
+
end
|
|
1003
|
+
end
|