All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.javafaker.Robin Maven / Gradle / Ivy

package com.github.javafaker;

public class Robin {
    private final Faker faker;

    protected Robin(Faker faker) {
        this.faker = faker;
    }

    public String quote() {
        return faker.fakeValuesService().resolve("robin.quotes", this, faker);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy