Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #start_with? to match String#start_with signature #444

Merged
merged 1 commit into from
Jul 5, 2024

Commits on Jul 5, 2024

  1. Update #start_with? to match String#start_with signature

    Faraday recently started expecting a string-like #start_with? signature,
    where you can pass multiple strings to test against and it returns true
    if any of them passes. We were passing an RDF Value to Faraday since the
    API was mostly consistent.
    
    It seems like the intent is to have the same API as String#start_with?,
    so this replicates it.
    tpendragon committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    47192eb View commit details
    Browse the repository at this point in the history