Roronoa
Time is zorome
Installation
Add this line to your application's Gemfile:
gem 'roronoa', '~> 1.0.4'
And then execute:
$ bundle
Or install it yourself as:
$ gem install roronoa
Usage
required
require 'roronoa'
default is DateTime.now
scan.
Roronoa::Zoro.eye
can use option
Roronoa::Zoro.eye(DateTime.new(2014,11,11,1,11)) # => '1:11'
not zorome result nil
Roronoa::Zoro.eye(DateTime.new(2014,11,11,1,5)) # => nil
command
% gem install roronoa
if datetime is 20YY.mm.dd 11:11
% roronoa
11:11
void when not zorome
Contributing
- Fork it ( https://github.com/funnythingz/roronoa/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
© funnythingz