jkf 0.4.3 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,7 +22,7 @@ module Jkf::Converter
22
22
  end
23
23
 
24
24
  def convert_handicap(preset)
25
- preset != "OTHER" ? "手合割:#{preset2str(preset)}\n" : ""
25
+ preset == "OTHER" ? "" : "手合割:#{preset2str(preset)}\n"
26
26
  end
27
27
 
28
28
  def convert_teban(data, color)