Method: Ascii::Codepoint#decode

Defined in:
lib/ascii/codepoint.rb

#decodeString

Returns an ASCII representation of input.

Returns:

  • (String)

    an ASCII representation of input



17
18
19
# File 'lib/ascii/codepoint.rb', line 17

def decode
  group.at(group_index)
end