Method: Megam::SnapshotsCollection#to_s

Defined in:
lib/megam/core/snapshots_collection.rb

#to_sObject



89
90
91
# File 'lib/megam/core/snapshots_collection.rb', line 89

def to_s
    @snapshots.join(", ")
end