Sha256: 3c5bca037b73e2b320cfdca441c9c2ed42ae251b7cd7b5a2c533e652be80f40e
Contents?: true
Size: 198 Bytes
Versions: 16
Compression:
Stored size: 198 Bytes
Contents
# Class PostingHistory represents structure of history # # history = PostingHistory.new # history.history # => String # class PostingHistory < Struct.new(:history) #include HashedInitializer end
Version data entries
16 entries across 16 versions & 1 rubygems