# rzicon (Ruby + 2zicon) All about Worldwide idol "2zicon". Inspired by [Acme::2zicon](https://metacpan.org/source/CATATSUY/Acme-2zicon-0.1/) and [rubicure](https://github.com/sue445/rubicure) ## Usage ```ruby Nizicon.name #=> "虹のコンキスタドール" Nizicon.from #=> "つくドル!プロジェクト" Nizicon.members.all #=> [#, #, #, #, #, #, #, #, #, #, #,] Nizicon.members.map(&:name) #=> ["長田 美成", "重松 佑佳", "奥村 野乃花", "木下 ひより", "陶山 恵実里", "中村 朱里", "西 七海", "根本 凪", "的場 華鈴", "吉村 菜々", "鶴見 萌"] Nizicon.members.map(&:nickname) #=> ["みなりん", "しげちー", "ののた", "ひよりん", "えみりぃ", "あかりん", "ななぴ", "ねも", "かりんさま", "なぁな", "もえ"] Nizicon.members.map(&:to_s) #=> ["みなりん", "しげちー", "ののた", "ひよりん", "えみりぃ", "あかりん", "ななぴ", "ねも", "かりんさま", "ハム", "もえ"] Nizicon.members.all.sample.to_hash #=> {:name=>"根本 凪", :nickname=>"ねも", :birthday=>#, :hometown=>"茨城県", :twitter_id=>"@nemoto_nagi", :pixiv_id=>"11797412", :introduction=>["みんなのハートをねも色に染めちゃってもよかっぺか?", "\ぺー!/", "茨城県出身世間知らずの15歳。", "ねもこと根本 凪です。"], :blog_uri=>#, :to_s=>"ねも"} ``` more member information: https://github.com/bash0C7/rzicon/blob/master/lib/nizicon/members.rb ## Change Log ### Version 0.0.4 Add Tsurumi Moe introduction ### Version 0.0.3 Join Tsurumi Moe ### Version 0.0.2 Support #to_hash ### Version 0.0.1 Fix some issues. Impl some features. ### Version 0.0.0 first version