# 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.each{|m| puts m.name} 長田 美成 重松 佑佳 奥村 野乃花 木下 ひより 陶山 恵実里 中村 朱里 西 七海 根本 凪 的場 華鈴 吉村 菜々 ``` more member information: https://github.com/bash0C7/rzicon/blob/master/lib/nizicon/members.rb ## Change Log ### Version 0.0.1 Fix some issues. Impl some features. ### Version 0.0.0 first version