faker-okinawa icon indicating copy to clipboard operation
faker-okinawa copied to clipboard

Faker::Okinawa generates Okinawa fake data.

Results 2 faker-okinawa issues
Sort by recently updated
recently updated
newest added

## To Reproduce Run below code. It depends on an order of gem. Put faker-okinawa after faker like this. ``` require "bundler/inline" gemfile(true) do source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git"...

introduce just a test suite for all classes. did not change any class in lib. ## change details - add how to test this gem to README.md. - add tester...