Kouhei Sutou
null+****@clear*****
Sun Jan 5 00:05:04 JST 2014
Kouhei Sutou 2014-01-05 00:05:04 +0900 (Sun, 05 Jan 2014) New Revision: 788b12a3df6b4bd7d3f7ac3bee96a1bc80695013 https://github.com/ranguba/chupa-text/commit/788b12a3df6b4bd7d3f7ac3bee96a1bc80695013 Message: Fix a typo Modified files: lib/chupa-text/command/chupa-text-generate-decomposer.rb Modified: lib/chupa-text/command/chupa-text-generate-decomposer.rb (+1 -1) =================================================================== --- lib/chupa-text/command/chupa-text-generate-decomposer.rb 2014-01-04 22:49:32 +0900 (a367c3c) +++ lib/chupa-text/command/chupa-text-generate-decomposer.rb 2014-01-05 00:05:04 +0900 (40483e3) @@ -229,7 +229,7 @@ module ChupaText #{@mime_types.inspect}.include?(data.mime_type) end - def decomposer(data) + def decompose(data) raise NotImplementedError, "\#{self.class}\#\#{__method__} isn't implemented yet." text = "IMPLEMENTED ME" text_data = TextData.new(text) -------------- next part -------------- HTML����������������������������...Download