Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
-
-
-
-
-
-
Forked from faker-ruby/faker
A library for generating fake data such as names, addresses, and phone numbers.
Ruby
970 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 2 commits in 1 repository
Created a pull request in GetDutchie/Dutchie-Style that received 1 comment
style(rubocop): change block style to be consistent
We currently allow any style of block, which leads to code such as: arr.select { |a| a == true } This occurs the most in specs: let(:customer) { cr…