class PDF::Reader::Reference

def to_a

returns the current Reference object in an array with a single element
###############################################################################
def to_a
  [self]
end