Gyou

ひらがなの文字が何行かを取得します。

Installation

Add this line to your application's Gemfile:

gem 'gyou'

And then execute:

$ bundle

Or install it yourself as:

$ gem install gyou

Usage

gyou_sample = Gyou.get("")
# gyou_sample = "さ"
gyou_sample = Gyou.get("すずき")
# gyou_sample = "さ"

Development

Contributing