class Integer

Public Instance Methods

to_pgp_words() click to toggle source
# File lib/pgp-word-list.rb, line 12
def to_pgp_words
  self.to_s(16).to_pgp_words
end