# File 'lib/poke/commands/lru.rb', line 19defcat(*)ifoptions[:help]invoke:help,['cat']elserequire_relative'lru/cat'Poke::Commands::Lru::Cat.new(options).executeendend
#reset ⇒ Object
9
10
11
12
13
14
15
16
# File 'lib/poke/commands/lru.rb', line 9defreset(*)ifoptions[:help]invoke:help,['reset']elserequire_relative'lru/reset'Poke::Commands::Lru::Reset.new(options).executeendend