lib/jisx0208.rb in jisx0208-0.2.0 vs lib/jisx0208.rb in jisx0208-0.3.0
- old
+ new
@@ -30,7 +30,15 @@
end
def only_jisx0208_kanji?(string)
@processor.only_jisx0208_kanji?(string)
end
+
+ def contains_jisx0208?(string)
+ @processor.contains_jisx0208?(string)
+ end
+
+ def only_jisx0208?(string)
+ @processor.only_jisx0208?(string)
+ end
end
end