lib/zakuro/exception/case/preset.rb in zakuro-0.7.2 vs lib/zakuro/exception/case/preset.rb in zakuro-0.8.0

- old
+ new

@@ -32,19 +32,19 @@ # エラーコードを取得する # # @return [String] エラーコード # def code - @template.code + template.code end # # メッセージを作成する # # @return [String] メッセージ # def message - @template.format(*args) + template.format(*args) end end end end end