module DocDiff::CharString::ASCII

Constants

ALNUM
ALPHA
BLANK
CNTRL
DIGIT
Encoding
GRAPH
JA_BLANK
JA_GRAPH
LOWER
PRINT
PUNCT
SPACE
UPPER
WORD_REGEXP_SRC
XDIGIT

Public Instance Methods

count_ja_blank_char() click to toggle source

override default method, as ASCII has no Japanese in it

# File lib/docdiff/encoding/en_ascii.rb, line 81
def count_ja_blank_char()
  0
end
count_ja_graph_char() click to toggle source

override default method, as ASCII has no Japanese in it

# File lib/docdiff/encoding/en_ascii.rb, line 76
def count_ja_graph_char()
  0
end
count_ja_valid_word() click to toggle source

override default method, as ASCII has no Japanese in it

# File lib/docdiff/encoding/en_ascii.rb, line 91
def count_ja_valid_word()
  0
end
count_ja_word() click to toggle source

override default method, as ASCII has no Japanese in it

# File lib/docdiff/encoding/en_ascii.rb, line 86
def count_ja_word()
  0
end