Class: Pwl::Commands::StatsPresenter::Text

Inherits:
Object
  • Object
show all
Defined in:
lib/pwl/commands/stats.rb

Instance Method Summary collapse

Instance Method Details

#present(locker) ⇒ Object



7
8
9
10
11
# File 'lib/pwl/commands/stats.rb', line 7

def present(locker)
  puts "Created: #{locker.created}"
  puts "Last accessed: #{locker.last_accessed}"
  puts "Last modified: #{locker.last_modified}"
end