class String

Public Instance Methods

ord() click to toggle source
# File lib/scbi_fastq/fastq_file.rb, line 8
def ord
  return self[0]
end