Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #206 from takkii/develop
Browse files Browse the repository at this point in the history
Update, tenji.
  • Loading branch information
takkii authored Nov 10, 2021
2 parents d4eb09b + 3d3b6c2 commit 6ef1716
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/tenji.rb
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ def self.to_tenji_a
EOS

puts me
puts ''

elsif alpha.match?(/\AMO\z/)

Expand Down Expand Up @@ -884,6 +885,7 @@ def self.to_tenji_b
EOS

puts me
puts ''

elsif beta.match?(/\AMO\z/)

Expand Down Expand Up @@ -1392,6 +1394,7 @@ def self.to_tenji_g
EOS

puts me
puts ''

elsif gamma.match?(/\AMO\z/)

Expand Down Expand Up @@ -1900,6 +1903,7 @@ def self.to_tenji_d
EOS

puts me
puts ''

elsif delta.match?(/\AMO\z/)

Expand Down Expand Up @@ -2408,6 +2412,7 @@ def self.to_tenji_e
EOS

puts me
puts ''

elsif epsilon.match?(/\AMO\z/)

Expand Down Expand Up @@ -2917,6 +2922,7 @@ def self.to_tenji_z
EOS

puts me
puts ''

elsif zeta.match?(/\AMO\z/)

Expand Down Expand Up @@ -3426,6 +3432,7 @@ def self.to_tenji_t
EOS

puts me
puts ''

elsif eta.match?(/\AMO\z/)

Expand Down Expand Up @@ -3935,6 +3942,7 @@ def self.to_tenji_c
EOS

puts me
puts ''

elsif theta.match?(/\AMO\z/)

Expand Down Expand Up @@ -4444,6 +4452,7 @@ def self.to_tenji_i
EOS

puts me
puts ''

elsif iota.match?(/\AMO\z/)

Expand Down Expand Up @@ -4953,6 +4962,7 @@ def self.to_tenji_k
EOS

puts me
puts ''

elsif kappa.match?(/\AMO\z/)

Expand Down

0 comments on commit 6ef1716

Please sign in to comment.