Skip to content

Commit

Permalink
Merge pull request #2 from denvazh/update-documentation
Browse files Browse the repository at this point in the history
Update documentation
  • Loading branch information
denvazh committed Oct 10, 2015
2 parents c1e6051 + e3d10f6 commit 49b8f87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.org/denvazh/faker_japanese.svg?branch=master)](https://travis-ci.org/denvazh/faker_japanese)
[![Coverage Status](https://coveralls.io/repos/denvazh/faker_japanese/badge.svg?branch=master&service=github)](https://coveralls.io/github/denvazh/faker_japanese?branch=master)
[![Inline docs](http://inch-ci.org/github/denvazh/faker_japanese.svg?branch=master)](http://inch-ci.org/github/denvazh/faker_japanese)

Faker extension to generate Japanese names.
Provides fake first and last names in kanji, hiragana, katakana and romaji (name written with latin alphabet).
Expand Down
7 changes: 6 additions & 1 deletion lib/faker_japanese.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ module Japanese

# Kanji string
class Kanji < String
attr_reader :yomi, :kana, :romaji
# @return [String] hiragana form
attr_reader :yomi
# @return [String] katakana form
attr_reader :kana
# @return [String] romanized form
attr_reader :romaji

# Create new Kanji string instance
# @param [String] kanji string in kanji from
Expand Down

0 comments on commit 49b8f87

Please sign in to comment.