Method: Copernicium::Driver#history

Defined in:
lib/ui.rb

#history(args) ⇒ Object



260
261
262
263
264
# File 'lib/ui.rb', line 260

def history(args)
  Repos.current_snaps.reverse_each do |snap|
    puts (snap.time + ' | ') .grn + (snap.id + ' | ').yel + snap.msg
  end
end