Skip to content

Commit

Permalink
Merge pull request #41 from ogatomo/4d8a0e430872f4300e550a0b730d11ad1…
Browse files Browse the repository at this point in the history
…ad06cbb

#26 のアスキーアート作ってみた
  • Loading branch information
eiel committed Nov 8, 2012
2 parents aae9ba8 + 4d8a0e4 commit 164c7f5
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,9 @@ Hiroshima.rb についての情報を表示します。
$ hiroshimarb event

Hiroshima.rb の次回のイベントについての情報を表示します。

### aa コマンド

$ hiroshimarb aa

Hiroshima.rb のアスキーアートを表示します。
24 changes: 24 additions & 0 deletions lib/hiroshimarb/commands/aa.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# -*- coding: utf-8 -*-
require 'hiroshimarb/command'

module Hiroshimarb::Commands
class Aa < Hiroshimarb::Command
def call(*args)
puts <<EOD
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||tf||||||||fl|||
||||| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||ll||||||tll||||
|||| |||||||| ||||| ||||||||||||||||||||||||||||||||||||||||/ |||||||||||||||||||||||||||||||||||||||||||||||||||||| ||||||||||||||tllt||fllll|||||
||| |||||||||| |||| |||||||| ||||||||||||||||||||||||||||||| ||||||| ||||||||||||||||||||||||||||||||||||||||||||| |||||||||tlt||lllltlllll||||||
|| |||||||||||| ||| ||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||| ||||||||| ||||||||||tllllllllllll|||||||
||| |||||||||| |||| i || | : ||||| ||||f ||||| . . || | ; || ,||||| |||||||| .||| ||||||flllllllllllllltff|
|||| |||||||| ||||| ||| | | ||| || ||| || :||||||| l||l | | |||. ||| .|, ||| |||||||| f||| || ||| |||fllllllllllllllltf||
|||||| |||| ||||||| |||||| | | ||||| | ||||| || .| |||||| | | ||||| ||||| | ||||| |||||||| ||||f | ||||| ||||||||fllllllf|||||||
||||||| |||||||| |||||| | | ||||||||. .||| |||||||| || |||||| | | ||||| ||||| |, ||| |||||||| |||||||| ||| |||||||t||tlllllll||||||
||||||||| |||||||||| |||||| | | |||||||||| ||||||. |||l |||||| | | |||||. |||||. |||: f ||| ||| |||||||f . ||||||tf|||||tt||ftlt||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||ft||||||||f||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
EOD
end
end
end
1 change: 1 addition & 0 deletions lib/hiroshimarb/commands/help.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def call(*args)
info : disploy information of Hiroshimar.rb
member : display the member of Hiroshima.rb
event : display next event of Hiroshima.rb
aa : display ascii art of Hiroshima.rb
EOD
end
end
Expand Down

0 comments on commit 164c7f5

Please sign in to comment.