Method: RPDF::PDFString#==

Defined in:
lib/rpdf/pdfstring.rb

#==(other) ⇒ Object



19
20
21
# File 'lib/rpdf/pdfstring.rb', line 19

def ==(other)
  @value == other.value
end