Class: Prawn::Font

Inherits:
Object
  • Object
show all
Defined in:
lib/prawn/font.rb

Instance Method Summary collapse

Instance Method Details

#hashObject

:nodoc:



3
4
5
# File 'lib/prawn/font.rb', line 3

def hash #:nodoc:
  [self.class, name, family].hash
end